Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 366 Bytes

File metadata and controls

12 lines (8 loc) · 366 Bytes

swapi-scraper

This project is an experiment with Functional Programming in Rust. It demonstrates how a functional rust application can "web scrape" JSON APIs.

For this experiment, we will use the https://api.starwars.run REST API. A simple Star Wars themed JSON API.

FP Topics Explorered

  1. Currying
  2. Tail Recursion
  3. Function Compostion
  4. and more!!!!