Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlearchive/voice-memos
A Progressive Web App for recording and playing back voice memos.
https://github.com/googlearchive/voice-memos
Last synced: 8 days ago
JSON representation
A Progressive Web App for recording and playing back voice memos.
- Host: GitHub
- URL: https://github.com/googlearchive/voice-memos
- Owner: googlearchive
- License: apache-2.0
- Archived: true
- Created: 2015-05-15T19:57:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T21:58:00.000Z (over 7 years ago)
- Last Synced: 2024-08-02T14:09:59.707Z (3 months ago)
- Language: JavaScript
- Homepage: https://voice-memos.appspot.com/
- Size: 339 KB
- Stars: 728
- Watchers: 35
- Forks: 132
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Voice Memos
![Voice Memos](https://aerotwist.com/static/blog/voice-memos/grabs.jpg)
A sample web app that lets you record voice memos. It uses ES6 classes (via Babel) and [RecorderJS](https://github.com/chris-rudmin/Recorderjs).
[See the site here](https://voice-memos.appspot.com/)
## Running application locally
1. Clone the project.
2. Install the [Google App Engine SDK For Python](https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python).
3. Run the SDK app to create symlinks for `dev_appserver.py`.
4. Run `npm install` in __voice-memos/__.
5. Run `gulp` in __voice-memos/__ to make a build.
6. Run `dev_appserver.py voice-memos/` or add it to the GAE Launcher you downloaded (Existing app, (Ctrl|Cmd)+Shift+N, __voice-memos/__).
7. Enjoy your local version of Voice Memos!
## License
Copyright 2015 Google, Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Please note: this is not a Google product