Skip to content

BellaCoding/tv-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tv-calendar

Installation

  1. Make a copy of the environment file

    cp .env.example .env
    
  2. Create a new API app

    • Redirect uri

      http://localhost:3000/auth
      
    • Javascript (cors) origins

      http://localhost:3000
      
  3. Paste the client_id en client_secret in the .env file

  4. Install dependencies

    npm i
    

Usage

Run the app using

node app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published