node-entourage

1.3.4 • Public • Published

node-entourage

Une API pour Entourage www.entourage.social

Usage

const Entourage = require('node-entourage');
const entourage = new Entourage({
  apiKey: ''
});

Authentification

entourage.login(phoneNumber, code);

Get feeds

entourage.getFeeds(
  {latitude, longitude}, 
  distance = 10,
  timeRange = 720,
  before = moment().format('YYYY-MM-DD HH:mm:ss ZZ')
)

timeRange = {
  720: 30 days,
  24: 24 hours,
  192: 8 days
}

Get feeds by type

entourage.getFeedsByType(
  type, 
  {latitude, longitude}, 
  distance = 10, 
  timeRange = 720,
  before = moment().format('YYYY-MM-DD HH:mm:ss ZZ')
)

type = 'ask_for_help' | 'contribution'

Send participation

entourage.sendParticipation(entourageId, distance, message)

Get Points of Interests

entourage.getPOIS(
  categoryIds = [1,2,3,4,5,6,7], 
  {latitude, longitude}, 
  distance = 10
)

categoryId = {
  1: Food = "Se nourrir",
  2: Shelter = "Se loger",
  3: Healing = "Se soigner",
  4: Freshen up = "Se rafraichir",
  5: Orientation = "S'orienter",
  6: Toileting = "S'occuper de soi",
  7: Reinsertion = "Se reinserer"
}

Readme

Keywords

Package Sidebar

Install

npm i node-entourage

Weekly Downloads

0

Version

1.3.4

License

ISC

Unpacked Size

8.52 kB

Total Files

5

Last publish

Collaborators

  • jzarca01