This is a tutorial application that will show some of essentials of development and other things.
The main purpose of this application is to scrape data from a public website. And then send notifications in Telegram.
As an example, receiving a news feed from RIA Novosti website is used.
-
Clone this repo
git clone https://github.com/lesha-filimonov/licker.git
-
Go to the project directory
cd licker
-
Install dependencies
npm install
-
Make
.env
filecp .env.example .env
And then edit the values in
.env
-
Make
.secret
filecp .secret.example .secret
And then edit the values in
.secret
-
Start locally
npm start