Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:11:25.000Z (about 2 years ago)
- Last Synced: 2024-11-01T16:36:16.918Z (3 months ago)
- Topics: javascript, npm, weather-api, weather-app, weather-forecast
- Language: JavaScript
- Homepage:
- Size: 7.55 MB
- Stars: 1
- Watchers: 2
- 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/)