Skip to content

brolaugh/fixer-io-mongo-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fixer.io MongoDB proxy

A simple web app that stores fixer.io results in mongodb to prevent rate limiting

Setup

Set up can be done two ways, either through enviroment variables or through the a config file. If you choose the enviroment variable approach you'll need to set MONGODB_URIand FIXER_ACCESS_KEY to it's respective values. If you want to go the config file route you must create a file in the config directory with the name either production.json or development.json for the two usecases of enviroment.

Here's a default template for your config.

{
    "mongodbUri": "",
    "fixerAccessKey": ""
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •