Skip to content

Example logic for consuming the Accredible API with node

Notifications You must be signed in to change notification settings

accredible/accredible-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accredible Node

To get started, run npm install.

You must update config.json to use your settings:

node request.js

Makes a request to the Accredible API using request-promise.

node express.js

Starts a local server using express, then proxies GET requests to the Accredible API.

Do not use this code in production!

While it does hide your secret key, any user can use the endpoint to make authenticated requests to the Accredible API.

In production, you must use suitable validation and authentication routines to keep your users data secure.

About

Example logic for consuming the Accredible API with node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published