https://github.com/pixelbrackets/lametric-my-data-dataset-provider
Provide a dataset for the LaMetric »My Data (DIY)« app
https://github.com/pixelbrackets/lametric-my-data-dataset-provider
dataset diy lametric php webapp
Last synced: 7 months ago
JSON representation
Provide a dataset for the LaMetric »My Data (DIY)« app
- Host: GitHub
- URL: https://github.com/pixelbrackets/lametric-my-data-dataset-provider
- Owner: pixelbrackets
- Created: 2020-10-14T07:58:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T07:59:22.000Z (over 5 years ago)
- Last Synced: 2025-08-26T09:06:10.842Z (8 months ago)
- Topics: dataset, diy, lametric, php, webapp
- Language: PHP
- Homepage: https://gitlab.com/pixelbrackets/lametric-my-data-dataset-provider/
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# LaMetric My Data Dataset Provider
[](https://packagist.org/packages/pixelbrackets/lametric-my-data-dataset-provider/)
[](https://gitlab.com/pixelbrackets/lametric-my-data-dataset-provider/pipelines)
[](https://gitlab.com/pixelbrackets/lametric-my-data-dataset-provider#requirements)
[](https://spdx.org/licenses/GPL-2.0-or-later.html)
[](https://gitlab.com/pixelbrackets/lametric-my-data-dataset-provider/-/blob/master/CONTRIBUTING.md)
Provide a dataset for the LaMetric
[My Data (DIY)](https://apps.lametric.com/apps/my_data__diy_/8942) app.

## Vision
This project allows editing and serving a file used by the LaMetric app
[My Data (DIY)](https://apps.lametric.com/apps/my_data__diy_/8942).
- One change field only, no wizards or multistep forms
- Provide a file for PULL methods, don't support PUSH methods
- KISS
## Requirements
- PHP
## Installation
Packagist Entry https://packagist.org/packages/pixelbrackets/lametric-my-data-dataset-provider/
- Point your webserver to the `web` directory
- Add the complete URL to the data file `frames.json` to your »My Data (DIY)«
app settings, for example `https://example.com/frames.json`
## Source
https://gitlab.com/pixelbrackets/lametric-my-data-dataset-provider/
Mirror https://github.com/pixelbrackets/lametric-my-data-dataset-provider/
## Usage
- Set the environment variable `BASEURL` to overwrite the domain in the homepage
## License
GNU General Public License version 2 or later
The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.
## Author
Dan Untenzu ( / [@pixelbrackets](https://pixelbrackets.de))
## Changelog
See [./CHANGELOG.md](CHANGELOG.md)
## Contribution
This script is Open Source, so please use, patch, extend or fork it.
[Contributions](CONTRIBUTING.md) are welcome!