Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indiesquidge/yodatalk
Input text, translate to how Yoda would say it.
https://github.com/indiesquidge/yodatalk
Last synced: 23 days ago
JSON representation
Input text, translate to how Yoda would say it.
- Host: GitHub
- URL: https://github.com/indiesquidge/yodatalk
- Owner: indiesquidge
- Created: 2014-07-09T21:06:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T05:09:08.000Z (over 10 years ago)
- Last Synced: 2024-03-16T08:10:46.168Z (8 months ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How Would Yoda Say it?
=============
Use a Python simple server to run this. Check if you have Python installed by typing
``` which python ```
into your terminal.If you don't have Python installed, go [here](https://www.python.org/download/)
Clone repo, navigate into the main directory, and type
```python -m SimpleHTTPServer ```
in to your terminal. It should start serving on a port (like 8000) in your localhost, simply go to 'localhost:8000' to view the app.