Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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