Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.