Skip to content

degatchi/rust-api-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rick and Morty CLI - Developer Test

Dev Notes

Abstract

Design and implement a CLI application to consume the (Rick and Morty API)[https://rickandmortyapi.com/].

Requirements

  • The application should be written in Rust
  • The application should be a CLI application
  • The application should be able to consume the Rick and Morty API for the following:
    • Characters
    • Episodes
    • Locations

All other decisions are left to the developer; the name, syntax, extra features are otherwise free for creativity. Points for style!

Bonus

Add a sub command to spin up a proxy server.

  • Users should be able to sign up, getting an API key.
  • The proxy server should be able to consume the Rick and Morty API and cache the results.
  • The proxy server should be able to serve the cached results to users with a valid API key.

About

An API fetcher for Rick and Morty API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages