Skip to content

eric-ships/nvidia-restock-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvidia Restock Notifier

Table of Contents

How to Use

Technology Version
node 8.5.0
yarn 1.2.1
node src/index.js

Start Developing

Make sure you have a .env file.

//.env
PEOPLE_TO_TEXT = '[{"name":"Santa","number":"+15555555555"},{"name":"Easter Bunny","number":"+15555551234"}]'
NVIDIA_1070_URL = 'https://www.nvidia.com/en-us/geforce/products/10series/geforce-gtx-1070-ti/'
NVIDIA_1080TI_URL = 'https://www.nvidia.com/en-us/geforce/products/10series/geforce-gtx-1080-ti/'
REFRESH_INTERVAL_IN_SECONDS = XXX
TWILIO_ACCOUNT_SID = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
TWILIO_AUTH_TOKEN = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
TWILIO_NUMBER = '+XXXXXXXXXX'

Folder Structure

nvidia-restock-notifier/
  .env
  .eslintrc
  .gitignore
  README.md
  node_modules/
  package.json
  src/
    index.js
  yarn.lock

Resources

About

Notifies you when Nvidia.com restocks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published