Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Faithlife OAuth Example

This piece of code shows the simplest way possible to authenticate with the Faithlife API with Node.js.

Getting started

  1. Register an application.
  2. Clone this repository.
  3. Run npm install from the root of the repository.
  4. Run CONSUMER_TOKEN={your consumer token} CONSUMER_SECRET={your consumer secret} node server.js
  5. Navigate to http://localhost:3000/ (you can customize this by setting the PORT environment variable).
  6. ???
  7. Profit

About

An example of how to authenticate with the Faithlife API using node.js

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors