HumbleSpark / ellie-issues

Issue tracker for https://ellie-app.com
1 stars 0 forks source link

Deploy to Ellie button #3

Open listrophy opened 7 years ago

listrophy commented 7 years ago

Similar to the "Deploy to Heroku" button.

Basically, allow for an image like:

<a href="https://ellie-app.com/deploy/github.com/username/reponame/blob/branchname/path/to/filename.elm">
<img src="https://ellie-app.com/deploy-button.png"/>
</a>

or

<a href="https://ellie-app.com/deploy/gist.github.com/username/gistID#filename">
<img src="https://ellie-app.com/deploy-button.png"/>
</a>
lukewestby commented 7 years ago

I think we can do this! People have been asking for it in various forms. I'll want to distill all the slightly different ideas into something that seems to work for most of the usecases. I do really like the idea of having a button like heroku does

gampleman commented 7 years ago

Although, how would you configure the packages?