Skip to content

code-rius/audruodas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrape aruodas to get instant notifications

This example shows how to use Photon.js in a simple Node.js script to read and write data in a database

How to use

1. Setup

  • Install Node dependencies:
npm install
  • Generate Application server keys at (http://web-push-codelab.glitch.me/)
  • Copy the public key to (dist/push-notifiation.js)
  • Create a [.env] file and populate it with the key pair and aruodas query URL.
  • Create and setup ngrok on your local machine.
  • Setup your [ngrok] account. See: (https://ngrok.com/)

2. Run the application

Run the application

npm run start

Deploy the application using ngrok

ngrok http 3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%