Metadata-Version: 1.0
Name: latest-repo
Version: 0.1
Summary: Get latest repository of any GitHub user or organisation
Home-page: http://github.com/storborg/funniest
Author: Marta Zaryn
Author-email: martazaryn@gmail.com
License: MIT
Description: # latest-repo
        🐍 Flask app, that shows lately updated GitHub repository of any user or organisation 
        
        
        Register new OAuth application on GitHub to get client_id and secret_id: https://github.com/settings/applications/new
        
        
        Set your environment variables locally:
        export SOME_SECRET_KEY=1c3-cr3am-15-yummy
        
        To access environment variables from one of your settings files:
        import os
        SOME_SECRET_KEY = os.environ["SOME_SECRET_KEY"]
        
        
        
        http://stackoverflow.com/questions/14786072/keep-secret-keys-out-with-environment-variables
        
        
Platform: UNKNOWN
