Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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/)