https://github.com/cloudron-io/meemo
Meemo - Your personal notes
https://github.com/cloudron-io/meemo
cloudron note note-taking notes webapp
Last synced: 4 months ago
JSON representation
Meemo - Your personal notes
- Host: GitHub
- URL: https://github.com/cloudron-io/meemo
- Owner: cloudron-io
- License: mit
- Created: 2016-02-28T20:07:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T16:28:16.000Z (about 2 years ago)
- Last Synced: 2025-03-22T02:03:29.132Z (about 1 year ago)
- Topics: cloudron, note, note-taking, notes, webapp
- Language: JavaScript
- Homepage: https://meemo.minimal-space.de
- Size: 5.45 MB
- Stars: 373
- Watchers: 13
- Forks: 40
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
**Development has moved to : https://git.cloudron.io/packages/meemo-app**
# Meemo
Meemo is a personal data manager. It lets you simply input any kind of information like notes, thoughts, ideas as well as acts as a bookmarkmanager and todo list.
The user interface resembles a news feed organized with tags. Full text search further allows you to quickly find information in your pile of accumulated data.
For better bookmarking, there are chrome and firefox webextensions available.
## Installation
[](https://cloudron.io/button.html?app=de.nebulon.guacamoly)
or using the [Cloudron command line tooling](https://cloudron.io/references/cli.html)
```
cloudron install --appstore-id de.nebulon.guacamoly
```
## Building
The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).
```
cd meemo
cloudron build
cloudron install
```
## Development
The app can also be run locally for development.
```
cd meemo
npm install
gulp # or gulp develop in a new terminal
./app.js
```