Skip to content

Instantly share code, notes, and snippets.

View jwaiswa7's full-sized avatar
🏠
Working from home

Joshua jwaiswa7

🏠
Working from home
View GitHub Profile
@jwaiswa7
jwaiswa7 / current_project_response.json
Last active August 2, 2024 10:13
Project list response
{
"projects": [
{
"id": 12,
"name": "aute775bbf1-7540-4bb2-a9cf-6d6826cef02d",
"city": "Toymouth",
"state": "South Carolina",
"zipcode": "29078-0143",
"is_active": false,
"latitude": null,
@jwaiswa7
jwaiswa7 / forio_proporsal.md
Last active November 6, 2024 09:08
Valutus APP

Valutus proporsal

This document describes how to use the forio platform to process information present in a model, and have it available to users through a web/mobile interface. It is assumed that the model has already been created and it's being used to provide information that will be rendered on different user devices.

The model will be processed by Forio and data rendered to the end users. Information provided relates to how forio can be used to process a given model and return information that can be used to render different end user pages.

This aims to research the interactions with Forio though there API service.

How it works.

I scrapping Application

Services

  • Crawl websites for information about jobs
  • Use AI to extract specific information based on the schema
  • Save the information to a database
  • Information about specific jobs can then be accessed via a Rails application

Steps to get data from a website