Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

loggingroads/osm-stats-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osm-stats-api

User facing API for Missing Maps statistics.

Dependency:

  • Docker redis
  • .env file containing:
    • DATABASE_URL: a postgres string
docker build -t osm-stats-api
docker run -d -p 3000:3000 --link some-redis-container:redis --env-file .env osm-stats-api

API Endpoints and Documentation

All endpoints and additional documentation can be found in the osm-stats API documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%