An open API service indexing awesome lists of open source software.

https://github.com/yangshun/elitlist

NUS accolades scraper and API
https://github.com/yangshun/elitlist

awards commencement deans-list faculty national-university-of-singapore nus

Last synced: 4 months ago
JSON representation

NUS accolades scraper and API

Awesome Lists containing this project

README

          

# Elitlist

### Overview

Elitlist (not elitist!) is NUS awards scraper. Currently scrapes:
- Business: Dean's List
- Computing: Dean's List, Faculty Awards, Commencement Awards
- Engineering: Dean's List

Data is stored in JSON format. Note that it is impossible to uniquely identify students by their name as it is possible for students in the same faculty to also have the same name.

### Running it

```
npm install
gulp
```

MIT License