You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
.idea/codeStyles | 8 months ago | |
.run | 8 months ago | |
app | 8 months ago | |
characters | 8 months ago | |
core | 8 months ago | |
core-testing | 8 months ago | |
design | 8 months ago | |
gradle/wrapper | 8 months ago | |
.gitignore | 8 months ago | |
ARCHITECTURE.md | 8 months ago | |
README.md | 8 months ago | |
TODO.md | 8 months ago | |
build.gradle | 8 months ago | |
gradle.properties | 8 months ago | |
gradlew | 8 months ago | |
gradlew.bat | 8 months ago | |
marvel_keys.properties.example | 8 months ago | |
settings.gradle | 8 months ago | |
versions.gradle | 8 months ago |
README.md
Marvel API
This is a client to list and see the detail of Marvel's character roster.
How to build
In order to build the application, you must follow the following steps:
- Download the repository.
- Rename the file
marvel_keys.properties.example
tomarvel_keys.properties
. - Go to developer.marvel.com and make an account.
- Copy the public key to
MARVEL_PUBLIC_KEY
and the private key toMARVEL_PRIVATE_KEY
inside themarvel_keys.properties
file.
Documentation
The architecture of the application is described at the ARCHITECTURE file.