add readme and license file
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAmL4DIwACgkQO3+8IhRO Y5iafw/+J1QV4SZ+IKD5fCejkixM+MiSJ+ezMOWXmlE58OERLT/hkUswHlkfNvU1 fc7expHZuhBRXTYpd6kMCZtIgJICMqFMZ9/XKVRlDAkXot7cerz+k2851FCTxly/ /3NrtxjpCI4Zj/LhjTxgSsA8H+qfUBVwQTxtoCWRH27v6+IFGFr8hzeRJCheOfsQ I9A04d2UnDbDm/pRH5yGhQfy13rIfz0Y5CF7Xp2BfGvkC0VSgjQF8AHX1kg2ebVi C5JRbF8/xqN7eWFQgQLhIO7Jx4G8JqToddYnj8YyQZOP5rbHb6RqW7ZcIVIHsEMU eXdzdeTRXOGteQ19MEVDqQ23fxvQkh9EqbXOxDBsuNu2/UcyDLkL21vsQPlgctvw LLDDR7f9m0FKQ4+uJ5hPSXfh92YmFty68YzphP1GRnWkVkpMzfPO5+arrv8nSQEE 8+9CKbPtJxu1cUg3PJsAMl5QmO7Ewm1B1DSqOGGvcGLti4kOqN5QwVoVFls7Ex87 9gbfAz5pPikDUlJ0FKbAUz4a1ylEPg7WWKt6GDawjA8TGUi8Lzkl8++ZfFnZqM6A +Kq1oZX9H9jDanyOr1aoa0Ocd0cr28X9ozgpDUcbaslcJyI8fCLi9OmTfiTVZIgx 72Y+4KPKpPDVEsg/91i7gq9O2u1EJychfcBGcRifaez8vcpw7V4= =h5Y5 -----END PGP SIGNATURE-----
A
LICENSE
@@ -0,0 +1,8 @@
+Copyright 2022 Derek Stevens <nilix@nilfm.cc> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +
A
README.md
@@ -0,0 +1,13 @@
+# onyx/scry + +## about + +`onyx/scry` is a lightweight map annotation and location data management and sharing tool built using [leaflet](leafletjs.org) and [typescript](https://typescriptlang.org). It is intended as a standalone tool to generate, manage, and share simple location data in the form of points, circles, and polygons. All of these have associated titles and descriptions and can be easily imported or exported to a `json` format for easy sharing. All data is saved locally via the `localStorage` API, and the only network calls are those to retrieve either the streetmap or satellite tile data. + +## usage + +_coming soon_ + +## license + +`onyx/scry` is distributed under the [MIT license}(/LICENSE) - basically do whatever you want with it but leave my name on it.