express-es6-rest-api를 포크하여 만들어진 프로젝트입니다
I forked express-es6-rest-api for this project.
- ES6 support via babel
- CORS support via cors
- Body Parsing via body-parser
# clone it
git clone https://github.com/codeforseoul/api.codeforseoul.org
cd api.codeforseoul.lorg
# Run it
gulp serve
- resource-router-middleware 완전히 제거
- 국회의원 본회의, 상임위원회 회의 데이터 추가(참고: congress-report)
- API Key 발급
MIT