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

https://github.com/nusmodifications/nusmods-awards

NUS Hall of Fame
https://github.com/nusmodifications/nusmods-awards

Last synced: 5 months ago
JSON representation

NUS Hall of Fame

Awesome Lists containing this project

README

          

Hall of Fame
==

Search engine for NUS awardees. All data is obtained from long running publicly available sources from NUS websites.
Currently only limited to Business, Enginering and Computing because these are the only faculties who publicly released their awards listings.

The truth is, Medicine and Law do put up their awardees too, but since they do not use NUSMods, we have less inclination to build something that serves them.

## Getting Started
```
$ npm install
$ npm start
```

Visit `localhost:8080` in your web browser.

## Build for Deployment
```
$ npm run build
```

## Data

Data is obtained from [Elitlist](https://github.com/yangshun/elitlist), which scrapes public sources; it's totally legal!

## License

Copyright (c) 2016 NUSModifications. Licensed under the MIT license.