https://github.com/alice-sebego/weather-app
Create a mini-app around the weather using data from an API
https://github.com/alice-sebego/weather-app
api css3 javascript json responsive-design responsive-table vanilla-css vanilla-javascript vanilla-js
Last synced: about 1 month ago
JSON representation
Create a mini-app around the weather using data from an API
- Host: GitHub
- URL: https://github.com/alice-sebego/weather-app
- Owner: alice-sebego
- Created: 2021-03-02T17:32:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T17:24:40.000Z (about 5 years ago)
- Last Synced: 2025-10-07T02:59:24.714Z (8 months ago)
- Topics: api, css3, javascript, json, responsive-design, responsive-table, vanilla-css, vanilla-javascript, vanilla-js
- Language: JavaScript
- Homepage: https://alice-sebego.github.io/weather-app/
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-app
Create a mini-app around the weather using data from an API
## What is this ?
It's a mini-project in order to improve with vanilla JS & vanilla CSS
Morever, I want to improve in API's using
To do this, this project is an opportunity to use [OpenWeatherMap's API](https://openweathermap.org/ "Go to the OpenWeather's website")
## Languages and Tools used :
* HTML5, CSS3, JavaScript
* API Rest, JSON
* Webpack & Babel
To use dependencies :
On first : `npm install`
* Compile JS files : `npm run build`
* Run app on local server : `npm run start`
## Why I've chosen this theme ?
Here again, I want to improve my skills on JS
By the way, I wish to work a project around API's consumption