Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).