Skip to content

lesha-filimonov/licker

Repository files navigation

Licker

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.

Development

  1. Clone this repo

    git clone https://github.com/lesha-filimonov/licker.git
  2. Go to the project directory

    cd licker
  3. Install dependencies

    npm install
  4. Make .env file

    cp .env.example .env

    And then edit the values in .env

  5. Make .secret file

    cp .secret.example .secret

    And then edit the values in .secret

  6. Start locally

    npm start

About

This is a tutorial application that will show some of essentials of development and other things.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published