Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nonrational/weatherby
🎩Weatherby, what's the weather?
https://github.com/nonrational/weatherby
Last synced: 3 days ago
JSON representation
🎩Weatherby, what's the weather?
- Host: GitHub
- URL: https://github.com/nonrational/weatherby
- Owner: nonrational
- Created: 2020-02-03T15:53:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:57:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-22T17:17:36.642Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weatherby
Weatherby, what's the weather like?
# Tasks
- [x] set up a node environment
- [x] parse CSV arguments of locations
- [x] normalize those locations (or find an api that can tolerate any location-like string)
- [x] given a location-like string, ask what the weather is
- [x] for each location, print the normalized version and the current weather
- [x] 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?