Popularity
2.6
Growing
Activity
0.0
Stable
10
4
3
Monthly Downloads: 8
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.
-
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 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)