About | Features | Technologies | Requirements | Starting | License | Improvements | Author
Fetch API is a Week15 MIT xPRO project. This is a small example of using fetch API with Open Weather Map public API
✔️ As a user I would like to search by City name.
✔️ As a user I would like to see the weather of the city I have searched.
✔️ As a user I would like to see a user friendly information displayed.\
The following tools were used in this project:
Before starting : you need to have Git and Node installed to clone de the project.
# Clone this project
$ git clone https://github.com/cpmn/OpenWeatherAPI
# Access
$ cd OpenWeatherAPI
# Configure npm server
$ npm install -- global http-server
#start the server
$ http-server -c-1
# Just Open the http://localhost:8080 on your browser
It would be nice to have the next improvements:
:x: Contry should be displayed with full name.
❌ Forecast for the next 5 days.
❌ I would like to see the city current time
❌ Issue 1: is not validation a wrong city.
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Claudia Muñoz