Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k4u5h4l/whytheumbrella
A weather app which brings you the weather data of the desired area using weather APIs.
https://github.com/k4u5h4l/whytheumbrella
ejs express javascript nodejs typescript
Last synced: 5 days ago
JSON representation
A weather app which brings you the weather data of the desired area using weather APIs.
- Host: GitHub
- URL: https://github.com/k4u5h4l/whytheumbrella
- Owner: k4u5h4L
- Created: 2020-05-07T13:30:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T17:18:51.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T16:21:47.130Z (7 months ago)
- Topics: ejs, express, javascript, nodejs, typescript
- Language: CSS
- Homepage: https://intense-dusk-15451.herokuapp.com/
- Size: 7.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WhyTheUmbrella
A weather app which brings you the weather data of the desired area using weather APIs.
## Live website:
- Hosted on Heroku: [Here](https://intense-dusk-15451.herokuapp.com/)
![Image of site1](https://github.com/theParanoidScripts/WhyTheUmbrella/blob/master/assets/whytheumbrella.png)
## New improvements:
- This project has been moved to TypeScript from JavaScript.
## To run:
- Clone the repo and cd into it
```
git clone https://github.com/k4u5h4L/WhyTheUmbrella.git && cd WhyTheUmbrella
```- Install needed dependencies
```
npm install
```- Go to [openweathermap](https://openweathermap.org) and get your API key.
rename the `.env_sample` file to `.env` and paste in the API key in the provided space.- For development, directly run nodemon,
```
npm run dev
```Else to deploy or to build, run
```
npm run build && npm run start
```- Visit [localhost:3000](http://localhost:3000) to view the website.
### Note:
- This project is for educational uses only. Please do not use it as a commercial weather application.