jsonworld 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +8 -0
package/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# jsonworld
|
|
2
|
+
|
|
3
|
+
Data about the world in machine-readable JSON format, based on the most reputable sources possible. Goals:
|
|
4
|
+
|
|
5
|
+
1. Provide datasets frequently needed in (web) applications, e.g. ISO country codes
|
|
6
|
+
1. Gather the data by scraping it from the most trusted sources possible, e.g. Wikipedia
|
|
7
|
+
1. Export strong types based on that data and enforce them in the process
|
|
8
|
+
1. Support different languages by distributing the data in all relevant package repositories
|