Skip to content

A tutorial and example code for blueRover API usage

Notifications You must be signed in to change notification settings

bluerover/API-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlueRover API Tutorial

This is a tutorial for BlueRover API. This repo provides example code for the usage of the API.

Getting Started

Please read documentation at Google doc.

Installation and starting the app

  1. npm install
  2. npm start

Useful tools

  • You can use the cURL command in the terminal to send the GET/ POST request with any given parameters.
  • curl -X POST <URL-ROUTE> --header "Authorization: Bearer <TOKEN>"
  • Another good tool is POSTMAN

About

A tutorial and example code for blueRover API usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published