Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisersolutions/lightning
https://github.com/wisersolutions/lightning
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wisersolutions/lightning
- Owner: WiserSolutions
- Created: 2015-06-16T08:23:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T19:12:02.000Z (about 5 years ago)
- Last Synced: 2024-04-14T04:48:46.811Z (7 months ago)
- Language: Elixir
- Size: 27.1 MB
- Stars: 0
- Watchers: 36
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lightning
To start your new Phoenix application:
1. Install dependencies with `mix deps.get`
2. Install node dependecies with `npm install`
3. Install PhantomJS and start with `phantomjs --webdriver=8910`.
4. Start Phoenix endpoint with `mix phoenix.server`Now you can visit `localhost:4000` from your browser.
To test run:
`curl -X POST -HContent-Type:application/json -d'{"data":
{"product_name": "Apple"}, "script": ["goto http://amazon.com", "enter
:product_name in #twotabsearchtextbox", "click input[type='submit']"]}'
http://localhost:4000/api/scripts`