Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvaverka/weather-app-client-js
Frontend weather web app
https://github.com/jvaverka/weather-app-client-js
Last synced: 24 days ago
JSON representation
Frontend weather web app
- Host: GitHub
- URL: https://github.com/jvaverka/weather-app-client-js
- Owner: jvaverka
- License: mit
- Created: 2024-02-20T21:14:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T21:49:50.000Z (9 months ago)
- Last Synced: 2024-02-20T22:32:42.502Z (9 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather App Frontend
Frontend weather web app using HTML, CSS, vanilla JavaScript and EJS.
[Express application generator](https://expressjs.com/en/starter/generator.html) provided the initial project structure.
## Run Locally
Clone the project.
```shell
git clone https://github.com/jvaverka/weather-app-client-js.git
```Install the dependencies.
```shell
cd weather-app-client-js
npm install
```Serve the app.
```shell
DEBUG=weather-app-client-js:* npm start
```