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

https://github.com/phptuts/node-arduino-auth


https://github.com/phptuts/node-arduino-auth

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Node Arduino Socket Class

1\. Create .gitignore file.

```bash
node_modules*
```

2\. Type the following command.

```bash
npm init
```

3\. Install the node js dependencies

```
npm i express jsonwebtoken dotenv johnny-five sequelize pg pg-hstore bcrypt --save
```

4\. Create an account on elephant SQL

https://www.elephantsql.com/

5\. Create an instance and copy the connection string.

6\. Type in this command to generate random key

```
openssl rand -hex 32
```