You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+16-15
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,21 @@ This code repo provides the JSON back-end: [`https://api.archivers.co/coverage`]
13
13
The [`datatogether/webapp` repo](https://github.com/datatogether/webapp) provides the visual front-end: [`https://archivers.co/coverage`](https://archivers.co/coverage)
14
14
15
15
16
+
## License & Copyright
17
+
18
+
Copyright (C) 2017 Data Together
19
+
20
+
This program is free software: you can redistribute it and/or modify it under
21
+
the terms of the GNU Affero General Public License as published by the Free Software
22
+
Foundation, version 3.0.
23
+
24
+
This program is distributed in the hope that it will be useful, but WITHOUT ANY
25
+
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
26
+
PARTICULAR PURPOSE.
27
+
28
+
See the [`LICENSE`](./LICENSE) file for details.
29
+
30
+
16
31
## Current Data Repositories
17
32
18
33
Actual source datasets can be found in each [`/repositories/*` directory](/repositories). It currently includes the following:
@@ -51,7 +66,7 @@ The output is cached in [`cache.json`](cache.json). Because this is a large file
51
66
52
67
We would love involvement from more people! If you notice any errors or would like to submit changes, please see our [Contributing Guidelines](./github/CONTRIBUTING.md).
53
68
54
-
We use GitHub issues for [tracking bugs and feature requests](./issues) and Pull Requests (PRs) for [submitting changes](./pulls)
69
+
We use GitHub issues for [tracking bugs and feature requests](https://github.com/datatogether/coverage/issues) and Pull Requests (PRs) for [submitting changes](https://github.com/datatogether/coverage/pulls)
55
70
56
71
57
72
## Installation
@@ -107,17 +122,3 @@ Barring any changes, you may now visit a JSON endpoint at: `http://localhost:808
107
122
Please follow the install instructions above! Inclusion of tests are appreciated!
108
123
109
124
For a list of all availabe helper commands, just type `make`.
110
-
111
-
112
-
## License & Copyright
113
-
114
-
Copyright (C) 2017 Data Together
115
-
This program is free software: you can redistribute it and/or modify it under
116
-
the terms of the GNU Affero General Public License as published by the Free Software
117
-
Foundation, version 3.0.
118
-
119
-
This program is distributed in the hope that it will be useful, but WITHOUT ANY
120
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
0 commit comments