amadeu01 / ingredisearch

This is just a project to follow a tutorial. And help me to track my study on tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov

Ingredi Search

This is just a project to follow this tutorial

I want to learn more about tests and I figure out it would be a nice idea to follow a tutorial on Ray Wenderlich

This is just a repository to save my progress and mistake during my learning process.

Steps to run the app

  1. Get your Food2Fork API key
  2. Create a keystore.properties file with the following content (including the quotes):
FOOD2FORK_API_KEY="YOUR API KEY"
  1. Place this file in the root project.
.
├── LICENSE
├── README.md
├── app
├── build
├── build.gradle
├── gradle
├── gradle.properties
├── gradlew
├── gradlew.bat
├── ingredisearch-starter.iml
├── keystore.properties
├── local.properties
└── settings.gradle

About

This is just a project to follow a tutorial. And help me to track my study on tests

License:MIT License


Languages

Language:Kotlin 100.0%