API to retrieve weather information
- set openweather api key as environment variable- SET API_KEY=<API_KEY> in Windows or EXPORT in *nix
- set client keys as a comma separated value SET CLIENT_KEYS=key1,key2,...
- npm start
http://localhost:3000/weather?country=country-name&&city=city-name&&key=key-value Example: http://localhost:3000/weather?city=melbourne&country=au&key=key4
npm run test
npm run cover