Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avaer/monetization
Monetization analytics
https://github.com/avaer/monetization
Last synced: about 2 months ago
JSON representation
Monetization analytics
- Host: GitHub
- URL: https://github.com/avaer/monetization
- Owner: avaer
- Created: 2017-11-26T12:04:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T12:12:50.000Z (about 7 years ago)
- Last Synced: 2024-10-28T14:56:22.266Z (2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## API
### Users
```
const monetization = require('.');monetization.mods.users.thisMonth('avaer')
.then(month => {
console.log(month);
});
```### Servers
```
const monetization = require('.');monetization.servers()
.then(servers => {
console.log(servers);
});
```