Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/imccorve/discover-animal-crossing-villagers

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/imccorve/discover-animal-crossing-villagers

  • v0.0.0-20200714205835-93592d32aa05
  • Source
  • Go
  • Socket score

Version published
Created
Source

discover-animal-crossing-villagers

This project was created solely for learning purposes. There are various optimizations and changes I would make in order to make data retrieval faster and less expensive. For instance, this data could live inside a database rather than each time making the Lambda call which gathers the data from the Nookipedia API.

This project API built on top of the Nookipedia API (which makes use of MediaWiki's API) that scraps villager information from the text on the page and allows the user to filter based on specific attributes in the front end.

Serverless Golang API uses AWS Lambda function connected to an API Gateway. The front end is hosted from an S3 bucket.

The goquery library is used for retrieving information from the tables on the wiki page. Keep in mind that changes to the structure of the Animal Crossing wiki page could happen at anytime, resulting in the program ending with issues and/or an error. The villager information is available in the raw format in the test_input folder.

https://github.com/PuerkitoBio/goquery Screenshot of webpage with a list of animal crossing characters who are both of personality lazy and of species bird.

FAQs

Package last updated on 14 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc