Metadata-Version: 2.1
Name: strava-map
Version: 0.0.1
Summary: Create maps from your Strava Activities
Home-page: https://github.com/tcramm0nd/strava_map
Author: tcramm0nd
Author-email: 25987791+tcramm0nd@users.noreply.github.com
License: MIT
Description: # strava_map
        Downloads strava activities and generates a heatmap for each activity type.
        
        ## Installation
        `pip install strava-map`
        
        ## Example
        
        Navigate to the strava_heatmap directory and run the strava_heatmap python file
        
        ```python
        python3 strava_heatmap.py
        ```
        
        On the initial run you will be prompted for your Client ID and Client Secret. This is to authorize the App to retrieve activity data from Strava. All Strava keys are stored locally in a `.credntials.json` file.
        
        You can find your Client ID and Client Secret by navigating to `Settings > My API Application`. If you have not set up Strava for API applications, you can find directions on how to do so [here](https://developers.strava.com/docs/getting-started/#account).
        
        ![Strava Cient information](https://developers.strava.com/images/getting-started-1.png)
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
