Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagohrcosta/investment-stock-api
https://github.com/thiagohrcosta/investment-stock-api
api nokogiri ruby-on-rails scraping
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thiagohrcosta/investment-stock-api
- Owner: thiagohrcosta
- Created: 2022-01-29T19:14:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T20:31:08.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T20:41:50.137Z (about 2 months ago)
- Topics: api, nokogiri, ruby-on-rails, scraping
- Language: HTML
- Homepage:
- Size: 295 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Investment Stock API
![Nokogiri](https://res.cloudinary.com/dloadb2bx/image/upload/v1643485407/Product_zsqe11.gif)
In this project was used Nokogiri to scraping data from a website and save all relevant information to database. Was also developed a code to treat and remove data where name is blank. The data scraped will be used on frontend with React application.
## Code language
![mainImg](https://img.shields.io/badge/Ruby_on_Rails-CC0000?style=for-the-badge&logo=ruby-on-rails&logoColor=white)## Others resources
- Scraping data
- [Nokogiri](https://nokogiri.org/#guiding-principles "Nokogiri")- Authentication and Authorization
- [Pundit](https://github.com/varvet/pundit "Pundit")
- [Devise](https://github.com/heartcombo/devise "Devise")- Tests
- [FactoryBot](https://github.com/thoughtbot/factory_bot "FactoryBot")
- [Rspec](https://github.com/rspec/rspec-rails "Rspec")
- [ShouldaMatchers](https://github.com/thoughtbot/shoulda-matchers "ShouldaMatchers")- Others
- [Rack Cors](https://github.com/cyu/rack-cors "Rack Cors")