Weatherby
Weatherby, what's the weather like?
Tasks
- set up a node environment
- parse CSV arguments of locations
- normalize those locations (or find an api that can tolerate any location-like string)
- given a location-like string, ask what the weather is
- for each location, print the normalized version and the current weather
- if the API returns an error (as in no normalized location can be found), print that at the end.
- npm module for s's & g's?