Popularity
0.4
Stable
Activity
0.0
Stable
0
2
0
Monthly Downloads: 0
Programming language: Elixir
License: MIT License
Tags:
Third Party APIs
ex_codeship alternatives and similar packages
Based on the "Third Party APIs" category.
Alternatively, view ex_codeship alternatives based on common mentions on social networks and blogs.
-
ethereumex
Elixir JSON-RPC client for the Ethereum blockchain 0x063D3d782598744AF1252eBEaf3aA97D990Edf72 -
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of ex_codeship or a related project?
README
ExCodeship
A Codeship wrapper for Elixir Requires an environment variable to be set for CODESHIP_KEY which can be obtained in your codeship account
Installation
Add ex_codeship to your list of dependencies in
mix.exs
:def deps do [{:ex_codeship, "~> 0.0.1"}] end
Ensure ex_codeship is started before your application:
def application do [applications: [:ex_codeship]] end