Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecreativelab/morse-learn
A fun little web app to help you learn Morse code on Gboard.
https://github.com/googlecreativelab/morse-learn
accessibility experiment javascript morse-code
Last synced: 16 days ago
JSON representation
A fun little web app to help you learn Morse code on Gboard.
- Host: GitHub
- URL: https://github.com/googlecreativelab/morse-learn
- Owner: googlecreativelab
- License: apache-2.0
- Created: 2018-05-04T18:46:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T20:55:54.000Z (5 months ago)
- Last Synced: 2024-07-31T19:41:32.365Z (3 months ago)
- Topics: accessibility, experiment, javascript, morse-code
- Language: JavaScript
- Homepage:
- Size: 6.91 MB
- Stars: 282
- Watchers: 25
- Forks: 67
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Morse Typing Trainer for Gboard
We created this trainer to make learning Morse code more fun. Give it a try once you’ve set up [Morse code for Gboard](https://support.google.com/accessibility/android/answer/9011881) and are ready to get started learning Morse.This experiment is part of a larger project to support Morse code for more accessible communication.
Learn More at [g.co/morse](http://g.co/morse).
Built using [Phaser.js](https://phaser.io).## Usage
```
yarn; // install dependencies
yarn start; // start the local budo webserver
yarn build; // prep files for production
```## Contributors
Made by Tania Finlayson and [Use All Five](https://useallfive.com) with friends at the Google Creative Lab in collaboration.This is not an officially supported Google product.
## License
Copyright 2018 Google Inc.
Licensed 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.0Unless 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.
## Final Thoughts
We encourage open sourcing projects as a way of learning from each other. Please respect our and other creators’ rights, including copyright and trademark rights when present, when sharing these works and creating derivative work.If you want more info on Google's policy, you can find that [here](https://www.google.com/policies/).