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

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/

Awesome Lists containing this project

README

        

## Demo

[![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](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`