Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osteele/tidal-memories
On-the-ground piece for Dinacon
https://github.com/osteele/tidal-memories
dinacon matrix-client webapp
Last synced: 29 days ago
JSON representation
On-the-ground piece for Dinacon
- Host: GitHub
- URL: https://github.com/osteele/tidal-memories
- Owner: osteele
- License: mit
- Created: 2018-07-08T09:48:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T04:28:05.000Z (over 3 years ago)
- Last Synced: 2024-12-17T02:49:03.631Z (about 1 month ago)
- Topics: dinacon, matrix-client, webapp
- Language: JavaScript
- Size: 2.09 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tidal Memories
Tidal Memories is a visualization of Riot Matrix photos from [Dinacon
2018](https://www.dinacon.org).Photos are positioned vertical along the intertidal zone, according to the tide
level when they were taken (or, at least, posted to Riot). They are positioned
horizontally from midnight on the left, to the following midnight on the right.Mouse over a photo to see its details.
The tide indicates the current tide in Ko Lone, Phuket. At high tide, you won't
see much.![](./docs/screenshot.png)
## Related
[Matrix-photo-gallery](https://github.com/osteele/matrix-photo-gallery) is a more
conventional photo gallery.## Develop
### Setup
Install Pipenv: `pipenv install`.
Set `API_SERVER_URL` to the address of a
[matrix-photo-gallery](https://github.com/osteele/matrix-photo-gallery) server.### Run
Run the front end (client):
```shell
$ pipenv run client
```or:
```shell
$ cd client
$ yarn install
$ yarn start
```## License
MIT