Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eniehack/itf-vendingmachine
A website to list where is vending machines at University of Tsukuba.
https://github.com/eniehack/itf-vendingmachine
openstreetmap overpass-api svelte typescript vending-machine
Last synced: 10 days ago
JSON representation
A website to list where is vending machines at University of Tsukuba.
- Host: GitHub
- URL: https://github.com/eniehack/itf-vendingmachine
- Owner: eniehack
- License: agpl-3.0
- Created: 2022-08-16T09:26:29.000Z (about 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-07-25T03:08:44.000Z (3 months ago)
- Last Synced: 2024-10-11T01:21:03.340Z (27 days ago)
- Topics: openstreetmap, overpass-api, svelte, typescript, vending-machine
- Language: Svelte
- Homepage: https://itf-vendingmachine.vercel.app
- Size: 562 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING-AGPL
Awesome Lists containing this project
README
# 筑波大学自販機 Map
筑波大学構内の自動販売機の場所を一覧できるサイト
## プライバシーに関して
このサービスではあなたの位置情報を取り扱います。
しかし、位置情報はあなたのブラウザのみに共有され、その他第三者に共有されることはありません。## ライセンス
copyright (c) 2022 eniehack
このソフトウェアは [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) または [GNU Affero General Public License v3.0 only](https://www.gnu.org/licenses/agpl-3.0.en.html) でライセンスされます。
あなたはこれら 2 つからライセンスを選ぶことができます。また、`src/lib/assets/bottle.webp`は、[tabler-icons](https://github.com/tabler/tabler-icons/tree/2dc43bb09ee70e2577ec22948f139978626363eb) ([MIT ライセンス](https://github.com/tabler/tabler-icons/tree/2dc43bb09ee70e2577ec22948f139978626363eb/LICENSE)) から取得し、変換されたファイルです。
```
MIT LicenseCopyright (c) 2020-2022 Paweł Kuna
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.
```## Install
主に開発者向けです
1. clone & cd
2. `pnpm i`
3. `pnpm run dev`## 貢献する
以下はこのサイト自体を改善する場合の方法を述べています。
プログラムが書けなくても貢献する方法があります。
詳しくは[こちら](https://itf-vendingmachine.vercel.app/contribute)。1. Fork it (https://github.com/eniehack/henly-web/fork)
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request## Contributers
- [eniehack](https://github.com/eniehack) - creator and maintainer