Popularity
1.8
Growing
Activity
0.0
Stable
8
2
1
Monthly Downloads: 2
Programming language: Elixir
License: MIT License
Tags:
Third Party APIs
Latest version: v1.0.0
marvel alternatives and similar packages
Based on the "Third Party APIs" category.
Alternatively, view marvel alternatives based on common mentions on social networks and blogs.
-
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
sparkpost
SparkPost client library for Elixir https://developers.sparkpost.com -
elixtagram
:camera: Instagram API client for the Elixir language (elixir-lang) -
google_sheets
Elixir library for fetching Google Spreadsheet data in CSV format -
amazon_product_advertising_client
An Amazon Product Advertising API client for Elixir -
pay_pal
:money_with_wings: PayPal REST API client for the Elixir language (elixir-lang) -
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. -
airbrake
An Elixir notifier to the Airbrake/Errbit. System-wide error reporting enriched with the information from Plug and Phoenix channels.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of marvel or a related project?
Popular Comparisons
README
Marvel
API client and CLI for the Marvel API Client
The API and CLI both looks for either a marvel
config block with the following keys:
public_key
- Your Marvel Public Keyprivate_key
- Your Marvel Private Key
or looks for the following environment variables
MARVEL_PUBLIC_KEY
- Your Marvel Public KeyMARVEL_PRIVATE_KEY
- Your Marvel Private Key
Usage for CLI Client:
usage: marvel <command> [options]
commands:
characters Gets character data.
comics Gets comic data.
creators Gets creator data.
events Gets event data.
series Gets series data.
stories Gets story data.
"entity" in the options below correspond to the commands above.
You cannot the option if it has the same name as the command
invalid ex: marvel characters --characters
options:
-s --search [searchText] searches for entities that begin with the searchText
-i --id [id] the id of the entity
-co --comics the comics for the entity
-ev --events the events for the entity
-se --series the series for the entity (does not work for comics)
-st --stories the stories for the entity
-ch --characters the characters for the entity (does not work for creators)
-ch --creators the creators for the entity (does not work for characters)