-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 870 Bytes
/
index.html
File metadata and controls
32 lines (31 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: Harvard Radio Broadcasting Open Source Projects
layout: default
---
<!-- MAIN CONTENT -->
<div class="container">
<h1>Harvard Radio Broadcasting <small>Open Source Projects</small></h1>
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<h2>Projects</h2>
<div class="row">
<div class="col-sm-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><a href="https://github.com/WHRB/radio-api">Radio Api</a></h3>
</div>
<div class="panel-body">
A growing API for radio stations built on the node.js platform.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<h2>WHRB API</h2>
<p>The WHRB API is developed for the node.js platform using the express framework.</p>
</div>
</div>
</div>