Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/followynne/node_final
https://github.com/followynne/node_final
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/followynne/node_final
- Owner: followynne
- Created: 2019-12-06T10:38:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T11:16:48.000Z (about 2 years ago)
- Last Synced: 2023-03-10T04:56:36.593Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Progetto Finale del Corso di Node.Js - docente Olivieri Dino
## ITS ICT Piemonte - Integrated Backend Services - a.a. 2018-2020
## Ferrero Merlino L., Sacchet G., Gregoricchio M.### Istruzioni di configurazione
È necessario avere installato Node.Js per usare l'applicativo.
Per prima cosa, installare le dipendenze di progetto tramite shell dalla folder root (install via npm):
```
npm install
```Secondo, rinominare il file *.env.example* in *.env* (!attenzione su S.O. Windows! Rinominare il file effettivamente come .env, non .env.txt o simili.)
Al suo interno, sostituire i campi **insertyourkeyhere**
```
RAPIDAPI = "insertyourkeyhere"
apiKey = "insertyourkeyhere"
```
con le apikey dei seguenti vendor:
- [API Live Webcam](https://api4.windy.com/webcams#reference)
- [API OpenWeather](https://openweathermap.org/api)Per far partire il progetto e divertirsi, usare il seguente comando dalla folder root:
```
npm start
```Have fun!