You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Pixels Visualiser
2
2
3
-
Pixels Visualiser is a lightweight, client-side web app built with vanilla JavaScript, HTML, and CSS. It allows users to load a JSON file from [Pixels app](https://teovogel.me/pixels/) by Teo Vogel, and explore their emotional data through various statistics and charts. You can access the app at [https://pixels-visualiser.gatienh.fr/](https://pixels-visualiser.gatienh.fr/).
3
+
Pixels Visualiser is a client-side web app that allows users to load a JSON file from [Pixels app](https://teovogel.me/pixels/) by Teo Vogel, and explore their emotional data through various statistics and charts. You can access the app at [https://pixels-visualiser.gatienh.fr/](https://pixels-visualiser.gatienh.fr/).
4
4
5
5
## Features
6
6
@@ -48,9 +48,16 @@ If you use a different app, you can still use this visualiser by converting your
If you find a bug or have a feature request, you can [open an issue](https://github.com/Leogendra/Pixels-Visualiser/issues). If you want to contribute to the code, feel free to submit a pull request.
56
-
Note that you can set `DEV_MODE = true;` in the `scripts/main.js` (line 31) to enable development mode, which will load the JSON file from the `data/pixels.json` directory instead of requiring a file upload.
57
+
Note that you can set `DEV_MODE = true;` in the `scripts/main.js` (line 31) to enable development mode, which will load the JSON file from the `data/pixels.json` directory instead of requiring a file upload.
58
+
59
+
60
+
## Related Projects
61
+
62
+
If you are using the [Pixels app](https://teovogel.me/pixels/), you might also be interested in these related projects:
63
+
-[Pixels Memories](https://github.com/Leogendra/Pixels-Memories): an Android app that allows you to view Pixels from previous years
0 commit comments