blockscore-node
This is the official library for Node.JS clients of the BlockScore API. Click here to read the full documentation.
Install
Via npm:
npm install blockscore
Getting Started
Initializing BlockScore
var blockscore = 'your api key'
People
List all people
blockscorepeople;
5
people
List blockscorepeople;
View a person by ID
blockscorepeople;
Create a new person
blockscorepeople;
Question Sets
Create a new question set
blockscorequestion_sets;
Score a question set
var data = id: responseid answers: question_id: 1 answer_id: 1 question_id: 2 answer_id: 1 question_id: 3 answer_id: 1 question_id: 4 answer_id: 1 question_id: 5 answer_id: 1 ;blockscorequestion_sets;
Companies
List all companies
blockscorecompanies;
5
companies
List blockscorecompanies;
View a company by ID
blockscorecompanies;
Create a new company
blockscorecompanies;
Candidates
List all candidates
blockscorecandidates;
3
candidates
List blockscorecandidates;
View a candidate by ID
blockscorecandidates;
Create a new candidate
blockscorecandidates;
Update a candidate
Only the information you send us will be updated - the rest will remain the same.
blockscorecandidates;
View a candidate's past hits
blockscorecandidates;
Delete a candidate from scan list
blockscorecandidates;
View a candidate's revision history
blockscorecandidateshistorycandidateid callback;
Watchlists
Search watchlists
Creates a new person, runs it through our verification process, and returns a list of all associated matches.
blockscorewatchlists;
Contributing to BlockScore
- Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
- Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
- Fork the project.
- Start a feature/bugfix branch.
- Commit and push until you are happy with your contribution.
- Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
Copyright
Copyright (c) 2014 BlockScore. See LICENSE.txt for further details.