Skip to content

fabidona/mondora-website-back

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate

Mondora Website Back

This is the repository of of the mondora website backend. The source code for the frontend can be found at mondora/mondora-website-front.

Development environment setup

If you don't have meteor installed, you can install it following instructions at meteor.com/install.

git clone https://github.com/mondora/mondora-website-back.git
cd mondora-website-back
meteor

Due to a STRAVA API call at startup, to spawn the app without blocking exceptions you must set the following environment vars:

STRAVA_API_URL = https://www.strava.com/api/v3/clubs/148440/activities

STRAVA_REFRESH_INTERVAL = 3600000

Although the server is up, it will log a warning into console (401 - api token error) whenever the refresh interval expires. The STRAVA_API_TOKEN env var is required if you want to change/improve the STRAVA service implementation.

About

Mondora Website Backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • HTML 0.5%