8000 GitHub - sumpcre/share-directory: The people building and using SHARE
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sumpcre/share-directory

 
 

Repository files navigation

SHARE Directory

Build Status

This repo has two purposes:

  • Provide a directory listing of the people building and using SHARE
  • Serve as a learning tool for learning Git and GitHub

Add yourself

  1. Add a JSON file with your name as the filename, e.g. taylor-swift.json, to the appropriate directory. Fill out your information.
  2. Send a PR.

Example JSON file:

{
    "first": "Taylor",
    "last": "Swift",
    "twitter": "SwiftOnSecurity"
}

Valid keys:

  • first
  • last
  • email
  • osf
  • github
  • twitter
  • personal

Build the site

  • Install requirements:
pip install -r requirements.txt
  • Build the site (and watch for changes):
inv watch -b

About

The people building and using SHARE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mako 74.5%
  • Python 25.5%
0