Popularity
0.5
Growing
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.
-
gringotts
A complete payment library for Elixir and Phoenix Framework -
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
sendgrid
Create and send composable emails with Elixir and SendGrid. -
mailchimp
A basic Elixir wrapper for version 3 of the MailChimp API -
sparkpost
SparkPost client library for Elixir https://developers.sparkpost.com -
diplomat
Elixir library for interacting with Google's Cloud Datastore -
elixtagram
:camera: Instagram API client for the Elixir language (elixir-lang) -
google_sheets
Elixir library for fetching Google Spreadsheet data in CSV format -
pay_pal
:money_with_wings: PayPal REST API client for the Elixir language (elixir-lang) -
amazon_product_advertising_client
An Amazon Product Advertising API client for Elixir -
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 -
elixir_ipfs_api
The Elixir library that is used to communicate with the IPFS REST endpoint. -
dogstatsd
An Elixir client for DogStatsd https://www.datadoghq.com/
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
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