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
- Host: GitHub
- URL: https://github.com/nusmodifications/nusmods-awards
- Owner: nusmodifications
- Created: 2016-07-02T16:17:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T03:21:30.000Z (over 8 years ago)
- Last Synced: 2024-04-14T05:15:18.296Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.