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

https://github.com/naugtur/lambdalytics

naive analytics implementation with close to no features
https://github.com/naugtur/lambdalytics

Last synced: 6 months ago
JSON representation

naive analytics implementation with close to no features

Awesome Lists containing this project

README

          

# lambdalytics

Naive analytics implementation with close to no features.

Requires `MONGO_URL` env variable to point to a mongo database.

Stores
```
{
ip,
location, //from freegeoip.net
site,
time
}
```
for each incoming request to `/` on port `8888`