Skip to content

authenticate user with Reddit OAuth, and redirect somewhere else if account is ineligible. All successful auth will be logged in a database.

License

Notifications You must be signed in to change notification settings

rkpop/account-eligibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Account Eligibility

DEPRECATED. Use Gateway instead.

code style: prettier

node.js app to check whether user's account age is eligible to do the voting/polling run by /r/kpop mods.

Installation

  • git clone

  • yarn install

  • obtain credentials.json and token.json (script soon) for Google Sheets API

  • copy sample.env as .env and fill out the necessary keys

  • source the file at terminal

  • nodemon .

Modify landing page

The page is written with Bulma and Sass.

Requirement:

  • Yarn

Procedure:

  • go to static/

  • yarn install

  • yarn start

  • Make your changes at main.scss and index.html

  • yarn deploy

About

authenticate user with Reddit OAuth, and redirect somewhere else if account is ineligible. All successful auth will be logged in a database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages