runtastic-command-line
Version:
This is a command line to query runtastic records.
13 lines (12 loc) • 344 B
JavaScript
;
/**
* @author: Facundo Merighi (merighifacundo@gmail.com)
*
* This module has the definition of the main enpoints.
* login to authenticate
*
*/
module.exports = {
'login': 'https://www.runtastic.com/en/d/users/sign_in.json',
'records': 'https://www.runtastic.com/en/users/token/statistics/records?type=latest',
};