Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/john-science/tree-id
A simple little app to store my personal work, trying to learn to identify trees.
https://github.com/john-science/tree-id
dendrology ecology vue
Last synced: about 2 months ago
JSON representation
A simple little app to store my personal work, trying to learn to identify trees.
- Host: GitHub
- URL: https://github.com/john-science/tree-id
- Owner: john-science
- License: gpl-3.0
- Created: 2022-05-25T13:37:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T01:54:47.000Z (over 2 years ago)
- Last Synced: 2024-06-11T19:28:02.895Z (7 months ago)
- Topics: dendrology, ecology, vue
- Language: Vue
- Homepage: https://antineutrino.net/tree-id/
- Size: 165 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://github.com/john-science/tree-id/actions/workflows/deploy.yaml/badge.svg?branch=main)](https://github.com/john-science/tree-id/actions/workflows/deploy.yaml)
# tree-id
This little web app is meant to be filled with the tools I'm using to learn to identify trees.
As time goes on, and hopefully I learn more, I will hopefully transition this to a web app useful to others learning to identify trees. But I'm not there yet, and so neither is the app.
## License
The code is licensed here at GPLv3. That means you are free to use the enclosed software (and even the photographs here-in). But you must fully disclose the source of the code.
The is particularly important if you intend to use the photographs of trees and tree features.
If you are using these photos for non-profit, eductational works, please just ask and I will probably break my copyright/license for you. (I also have dramatically higher resolution copies of all of
these photos, if you need.)## Vue.js
Well, it's that time again:
> Time to learn another JavaScript Framework.
### Multi-Page Vue.js Apps
This was more work than in needed to be. And very poorly documented on the vue.js site.
I (loosely) followed the example [here](https://github.com/chriscalo/vue-multipage).