-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
142 lines (133 loc) · 6.22 KB
/
index.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<head>
<title>NYMTAKit Reference</title>
<link rel="stylesheet" type="text/css" href="css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="css/highlight.css" />
<meta charset='utf-8'>
<script src="js/jquery.min.js" defer></script>
<script src="js/jazzy.js" defer></script>
</head>
<body>
<a title="NYMTAKit Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">NYMTAKit Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/Adorkable/NYMTAKit"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="index.html">NYMTAKit Reference</a>
<img id="carat" src="img/carat.png" />
NYMTAKit Reference
</p>
</div>
<div class="content-wrapper">
<nav class="sidebar">
<ul class="nav-groups">
<li class="nav-group-name">
<a href="Classes.html">Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Classes/Colors.html">Colors</a>
</li>
<li class="nav-group-task">
<a href="Classes.html#/s:8NYMTAKit9ComplexesC">Complexes</a>
</li>
<li class="nav-group-task">
<a href="Classes/DataSource.html">DataSource</a>
</li>
<li class="nav-group-task">
<a href="Classes/DecodeJSONDataError.html">DecodeJSONDataError</a>
</li>
<li class="nav-group-task">
<a href="Classes.html#/s:8NYMTAKit9EntrancesC">Entrances</a>
</li>
<li class="nav-group-task">
<a href="Classes/Stations.html">Stations</a>
</li>
<li class="nav-group-task">
<a href="Classes/UnableToFindDataAssetError.html">UnableToFindDataAssetError</a>
</li>
<li class="nav-group-task">
<a href="Classes/UnexpectedValueForTypeError.html">UnexpectedValueForTypeError</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="Extensions.html">Extensions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Extensions/Array.html">Array</a>
</li>
<li class="nav-group-task">
<a href="Extensions/Array.html#/s:Sa8NYMTAKitE19NoMatchesFoundErrorC">– NoMatchesFoundError</a>
</li>
<li class="nav-group-task">
<a href="Extensions/Array.html#/s:Sa8NYMTAKitE24TooManyMatchesFoundErrorC">– TooManyMatchesFoundError</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="Structs.html">Structures</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Structs/Color.html">Color</a>
</li>
<li class="nav-group-task">
<a href="Structs/Color/Mode.html">– Mode</a>
</li>
<li class="nav-group-task">
<a href="Structs/Complex.html">Complex</a>
</li>
<li class="nav-group-task">
<a href="Structs/Entrance.html">Entrance</a>
</li>
<li class="nav-group-task">
<a href="Structs/Entrance/Type.html">– Type</a>
</li>
<li class="nav-group-task">
<a href="Structs/Entrance/Staffing.html">– Staffing</a>
</li>
<li class="nav-group-task">
<a href="Structs/Station.html">Station</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="Typealiases.html">Type Aliases</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Typealiases.html#/s:8NYMTAKit12DaytimeRoutea">DaytimeRoute</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
<section>
<section class="section">
<h1 id='nymtakit' class='heading'>NYMTAKit</h1>
<p><a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" alt="Carthage compatible"></a></p>
<p>A Swift framework for processing and using <a href="http://datamine.mta.info/">New York’s MTA Open Data</a>. Utilizing <a href="https://github.com/jackwilsdon/GTFSKit">Jack Wilsdon’s GTFSKit</a> for GTFS compatible portions of the MTA Open Data.</p>
<h2 id='usage' class='heading'>Usage</h2>
<p>Please see the <a href="docs/index.html">API documentation</a> found in the <code>docs</code> folder of the repo.</p>
<h2 id='installation' class='heading'>Installation</h2>
<p><strong>NYMTAKit</strong> is available through <strong><a href="https://github.com/Carthage/Carthage">Carthage</a></strong>, to install simply add the following to your <code>Cartfile</code>:</p>
<pre class="highlight plaintext"><code>github "Adorkable/NYMTAKit"
</code></pre>
<p>Alternatively you can clone the <strong><a href="https://github.com/Adorkable/NYMTAKit">github repo</a></strong> and build the framework manually.</p>
<h2 id='contributing' class='heading'>Contributing</h2>
<p>If you have any ideas, suggestions, or bugs to report please <a href="https://github.com/Adorkable/NYMTAKit/issues/new">create an issue</a> (check to see if the issue exists first please!). Or create a pull request!</p>
</section>
</section>
<section id="footer">
<p>© 2018 <a class="link" href="https://www.iangrossberg.com" target="_blank" rel="external">Ian Grossberg</a>. All rights reserved. (Last updated: 2018-12-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>