Skip to content

Commit

Permalink
Minor typo corrections in front.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ejamesc committed Dec 8, 2011
1 parent f985099 commit fa1ff82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/front.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ <h1>National University of Singapore Unofficial CORS API</h1>

<p>This is an unofficial CORS API, built on the side in a couple of days during the 2011 December holidays. Source code is available <a href="https://github.com/nushackers/cors-api"> on Github</a>. API details follow (documentation on the code itself is found on the Github page).</p>

<p>There are two reasons for doing this: in the best case, we intend to ask the CORS team in NUS to implement a RESTful API (and we don't mind helping them with it - if anything, this project shows that the easy bit is the design and implementation of the API; the hard bit is in the scraping and parsing of data).</p>
<p>There are two reasons for doing this: in the best case, we intend to ask the CORS team in NUS to implement a RESTful API (and we don't mind doing it for them - if anything, this project shows that the easy bit is the design and implementation of the API; the hard bit is in the scraping and parsing of data).</p>

<p>Should this approach fail, the NUS Hackers will host and maintain this API for as long as is needed.</p>

<p>If the second scenario comes to pass, please submit issues, bugs, or pull requests <a href="https://github.com/nushackers/cors-api">on Github</a>. <strong>We're doing this because we think it's good for student developers in NUS.</strong> If you're into things like this, you find programming fun, or you want to write software for the betterment of society, come join us at <a href="http://nushackers.org">nushackers.org</a></p>
<p>If the second scenario comes to pass, please submit bug reports, feature requests, or pull requests <a href="https://github.com/nushackers/cors-api">on Github</a>. <strong>We're doing this because we think it's good for student developers in NUS.</strong> If you're into things like this; you find programming fun, or you want to write software for the betterment of society, come join us at <a href="http://nushackers.org">nushackers.org</a></p>

<p><strong>Note:</strong> This project is built on Python, MongoDB, Flask and Scrapy. Instructions on how to fork and roll your own may be found in the <a href="https://github.com/nushackers/cors-api/blob/master/readme.markdown">readme over at github.</a></p>

<h2>API Details</h2>
<p>All API access is over HTTP, and is accessed from the api.nushackers.org domain. All data is received as JSON</p>
<p>All API access is over HTTP, and is accessed from the api.nushackers.org domain. All data is received as JSON.</p>

<pre><code>GET /modules</code></pre>

Expand Down

0 comments on commit fa1ff82

Please sign in to comment.