Pings in Node.js
Setting up
- Clone the repo. Then go to the cloned directory
- On
keys/config.js
provide themongoURI
value to point to your mongo database. - Run
npm install
to install packages. (You must have Node.js installed) - Run
npm run dev
on the terminal - On a new terminal tab, run
ruby pings.rb
(You must have Ruby installed on your system)