Skip to content

Auxority/teamtrees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TeamTrees API

This Api was made to allow developers to obtain information from https://teamtrees.org/
The plan of TeamTrees is to plant 20 million trees by the 1st of January 2020

Usage:

const teamTrees = require("teamtrees");

teamTrees.getAllStatistics().then(console.log).catch(console.error); //Returns all statistics of the website
teamTrees.getTrees().then(console.log).catch(console.error); //Returns the total amount of trees planted until now
teamTrees.getRecent().then(console.log).catch(console.error); //Returns the most recent donations
teamTrees.getTop().then(console.log).catch(console.error); //Returns the top donations

Github: https://github.com/Auxority/teamtrees

About

Team Trees API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published