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

https://github.com/omlanke/pbl-parkeasy


https://github.com/omlanke/pbl-parkeasy

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ParkEasy

## To run

`npm install`

`npm run start`

## To run in background

### Start

`screen -d -m npm run start`

### Stop

`screen -ls` (to get process id)

`screen -X -S quit` (replace with process id)