2.0.0 • Published 5 years ago

teamtrees v2.0.0

Weekly downloads
15
License
-
Repository
-
Last release
5 years ago

#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

2.0.0

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago