Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
github.com/imccorve/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.
FAQs
Unknown package
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.