Skip to content

Superheroes is an experimental project for Kotlin multiplatform and latest android tech-stack using the Marvel Comics API.

License

Notifications You must be signed in to change notification settings

yt-tkhs/superheroes

Repository files navigation

Superheroes

Superheroes is an experimental project for Kotlin multiplatform using the Marvel Comics API.

















Architecture

TBD

Libraries

TBD

How to Build

First, you need to use Android Studio 4.0.0-beta03 (or higher) to be able to build the app.

API Key

You need to set followings key-values in local.properties. The values are read at here.

Key Value
marvel.publicKey Public key for the Marvel Comics API
marvel.privateKey Private key for the Marvel Comics API

Example:

marvel.publicKey=<YOUR_PUBLIC_KEY>
marvel.privateKey=<YOUR_PRIVATE_KEY>

If you don't have these keys yet, can get it from Marvel developer portal.

References

License

See LICENSE.

Copyright 2020 Yuta Takahashi

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Superheroes is an experimental project for Kotlin multiplatform and latest android tech-stack using the Marvel Comics API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages