https://github.com/mcrd25/weatherapp
Weather App using Vanilla JavaScript (ES6)
https://github.com/mcrd25/weatherapp
javascript npm weather-api weather-app weather-forecast
Last synced: 6 months ago
JSON representation
Weather App using Vanilla JavaScript (ES6)
- Host: GitHub
- URL: https://github.com/mcrd25/weatherapp
- Owner: mcrd25
- License: gpl-3.0
- Created: 2019-08-28T02:34:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:11:25.000Z (over 3 years ago)
- Last Synced: 2025-04-06T18:18:34.467Z (over 1 year ago)
- Topics: javascript, npm, weather-api, weather-app, weather-forecast
- Language: JavaScript
- Homepage:
- Size: 7.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weatherApp
Weather App using Vanilla JavaScript (ES6)
## Api
The [OpenWeather Map API](https://openweathermap.org/api) was used for this app
## Description
A simple weather app where which gives you basic info based on city (set to london by default)
## Webpack
This application uses Webpack and so you must make all changes to JS files in src and run webpack using `npm run build`, `npm run dev`, `npm run watch` etc.
The source JavaScript code would be compiled into the `dist` folder's main.js file.
Before doing anything you must first run following command to install all npm packages this project depends upon.
`npm install`
## Deployment Page
Dev version of page is deployed here: https://raw.githack.com/mcrd25/weatherApp/weather-app/dist/index.html
Production version of page is deployed here:
## Contributors
### Maya Douglas ([@mcrd25](https://github.com/mcrd25))
#### Social Links
* [Twitter](https://twitter.com/mcrd25)
* [LinkedIn](https://www.linkedin.com/in/mayadouglas/)