├── CONTRIBUTING.md └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Please adhere to these rules in your PR: 2 | 3 | 1. You must be a UW CSE student. Undergrad or grad. 4 | 2. The project should have code in it. Repos without code will not be accepted. 5 | 3. The PR should have a brief description of the project. Please keep it to up to a short and sweet sentence. 6 | 4. One PR per new project addition. 7 | 5. You can link to whatever profile page in the `Author` column - Github, Twitter, Website. 8 | 9 | Sample PR: https://github.com/cse/projects/pull/2 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # projects 2 | A list of all projects by UW CSE students. 3 | 4 | | Project | Author | Description | Technologies | Contributors Welcome? | 5 | |---------|----------------|----------------------|-----------------------|-----------------------| 6 | | [pyquora](https://github.com/csu/pyquora) | [Christopher Su][1] | Python API for Quora | Python, BeautifulSoup | Yes | 7 | | [vocabulary](https://github.com/karan/vocabulary) | [Karan Goel][2] | Golang package to get meanings, synonyms, antonyms and more for a word | Golang (Go) | No | 8 | | [modapi](https://github.com/csu/modapi) | [Christopher Su][1] | A modular API framework in Python. | Python, Flask | Yes | 9 | | [me-api](https://github.com/danfang/me-api) | [Daniel Fang][3] | An API server for personal data and social feeds. | Node.js | Yes | 10 | 11 | [1]: https://github.com/csu 12 | [2]: https://twitter.com/karangoel 13 | [3]: https://github.com/danfang 14 | --------------------------------------------------------------------------------