Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doomspork/concoction
https://github.com/doomspork/concoction
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/doomspork/concoction
- Owner: doomspork
- License: mit
- Created: 2015-08-20T21:38:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T23:02:28.000Z (about 9 years ago)
- Last Synced: 2024-11-05T14:54:45.087Z (about 2 months ago)
- Language: Elixir
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Concoction [![Build Status](https://travis-ci.org/doomspork/concoction.png?branch=master)](https://travis-ci.org/doomspork/concoction) [![License](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
Concoction is an HTTP service for storing data along with its mimetype. The contents can later be retrieved at a unique URL with the `Content-Type` set to the aforementioned mimetype. Concoction is the companion application to the lessons at [Elixir School][elixir_school].
Interested in learning more about Elixir and Concoction? Follow along at [Elixir School][elixir_school].
## Running
To start Concoction:
```shell
mix run --no-halt
```Then visit [localhost:8080](http://localhost:8080).
## Contributing
Feedback and improvements are welcomed and encouraged. Please make appropriate use of [Issues](https://github.com/doomspork/concoction/issues) and [Pull Requests](https://github.com/doomspork/concoction/pulls). All code should have accompanying tests.
## License
Please see [LICENSE](https://github.com/doomspork/concoction/blob/master/LICENSE) for licensing details.
[elixir_school]: https://github.com/doomspork/elixir-school