Skip to content

mikezupper/swapi-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages