An app to view 7-day forecasts at any USA city. Register to be able to store favorite locations for quick forecast access!
- Fork or clone this repo:
git clone git@github.com:Kate-v2/sweater_weather_web.git <name of your choice>
- Install Dependencies:
npm install
- To see the app in action locally:
npm start
- Go to:
http://localhost:8080/
This app obtains/submits data through the Sweater Weather API (repo). Currently, this is a one page website, utilizing Javascript for all interactions to change displays and make HTTP GET/POST/DELETE requests from the API.
A user can register/login and will have the ability to save forecast locations to their favorites, for easy viewing and access later.
Overall, this is a simple forecast app that can be expanded for your purposes.
- CSS is not quite finished
- Favorites Buttons are not yet functional (see unfinished)
- There are no tests currently. Need to implement feature tests.
To contribute, see the setup instructions.
- Open Issues
- Create a new branch describing the feature. If your close an issue, include it in the branch name.
- Please describe all changes in the Pull Request (to
Master
), and all relative issue cards/actions. - Please use the Pull Request Template as the baseline for communication - feel free to add more!
- Please update the
README
if anything is affected. - Deployment is not from the Master branch, but rather the
gh-pages
branch.
- User can add favorite locations
- User can see all favorite locations
- User can remove a favorite location
- Gifs can be imported (Backend Change)