Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbecerra/predx
https://github.com/fbecerra/predx
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fbecerra/predx
- Owner: fbecerra
- Created: 2017-06-30T14:41:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T22:40:13.000Z (over 6 years ago)
- Last Synced: 2024-10-28T00:25:19.990Z (about 2 months ago)
- Language: JavaScript
- Size: 2.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PredictionX
To run this project locally, enter the following command on the terminal:
* Python 2
```python -m SimpleHTTPServer 8000```
* Python 3
```python -m http.server 8000```Then go to `localhost:8000` in your favorite web browser and navigate to this folder. You can use any port number, not necessarily 8000.