Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avaer/monetization

Monetization analytics
https://github.com/avaer/monetization

Last synced: about 2 months ago
JSON representation

Monetization analytics

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);
});
```