https://github.com/benjamingr/js-exercise-weather
Just me having fun with an exercise provided by https://webacademy.co.il/
https://github.com/benjamingr/js-exercise-weather
Last synced: 3 months ago
JSON representation
Just me having fun with an exercise provided by https://webacademy.co.il/
- Host: GitHub
- URL: https://github.com/benjamingr/js-exercise-weather
- Owner: benjamingr
- Created: 2020-08-30T09:25:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-08-30T11:43:01.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T16:47:40.947Z (5 months ago)
- Language: JavaScript
- Size: 132 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo
[](https://gitpod.io/#https://github.com/benjamingr/js-exercise-weather)
## If you're seeing this on my GitHub
I am doing fun exercises I run into ^_^
This is unrelated to any of my other open source work and it's an exercise provided freely by webacademy.co.il
## Weather Exercise
In order to run me please run:
```shell
# Install the development server
npm install
# Run the dev server
npm run sev
```#### Tests
Run tests with:
```js
npm run e2e
```Run the linter with `npm run lint`