Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Latest commit

 

History

History
42 lines (31 loc) · 829 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 829 Bytes

Ponysay.ml

A curl playground for the ponysay command

# Try it now :P
curl -X POST -d 'say=Welcome!!!' http://ponysay.ml

curl -X POST http://ponysay.ml -d 'say=20% cooler&pony=rainbowdash'

Development

Clone the git repo into your local development machine

git clone https://github.com/ponydevs/ponysay.ml && \
cd ponysay.ml

Install all the Node dependencies

yarn install

Start the local development server with Docker

yarn run dev:docker

And once you are inside the Docker container, start the Node environment

# Inside the Docker container
npm run dev:docker:server

And now you can open up a new tab inside your terminal, and start access the localhost:3000 for the ponysay.ml server