This is a Weather web application that provides weather information using Public APIs.
- The app needs to be a single page application. That means only one index.html file and JavaScript needs to update the html using DOM manipulation.
- The app needs to interact with an API to grab data.
- The app needs to have loading/error handling for the interaction with the API.
- The app needs some user interaction such that you need to grab different data from the API.
- Use more than one API.
- The UI needs to be testable.
- Should add more features related with the weather.
To get started you can simply clone the repo and install the dependencies in the root folder
Steps | with NPM |
---|---|
Install | npm install |
Run | npm run |
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.