{"id":46604793,"url":"https://github.com/po8klasie/lava","last_synced_at":"2026-04-28T01:00:41.536Z","repository":{"id":39776797,"uuid":"191442545","full_name":"po8klasie/lava","owner":"po8klasie","description":" API wrapper for Vulcan recruitment system","archived":false,"fork":false,"pushed_at":"2022-12-09T05:57:30.000Z","size":131,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-07T21:40:12.627Z","etag":null,"topics":["api-wrapper","education","highschool","puppeteer","scraper"],"latest_commit_sha":null,"homepage":"https://npm.im/@warsawlo/lava","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/po8klasie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-11T20:13:40.000Z","updated_at":"2019-06-12T17:54:22.000Z","dependencies_parsed_at":"2023-01-25T17:00:38.037Z","dependency_job_id":null,"html_url":"https://github.com/po8klasie/lava","commit_stats":null,"previous_names":["warsawlo/lava"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/po8klasie/lava","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/po8klasie%2Flava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/po8klasie%2Flava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/po8klasie%2Flava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/po8klasie%2Flava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/po8klasie","download_url":"https://codeload.github.com/po8klasie/lava/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/po8klasie%2Flava/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-wrapper","education","highschool","puppeteer","scraper"],"created_at":"2026-03-07T17:11:30.626Z","updated_at":"2026-04-28T01:00:41.520Z","avatar_url":"https://github.com/po8klasie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lava\nAPI wrapper for Vulcan recruitment system.\n\n## Installation\n\n```bash\nyarn add @warsawlo/lava\n```\n\n## Usage\n```javascript\nconst fs = require('fs')\n\nconst SearchConfig = require('@warsawlo/lava/utils/SearchConfig')\nconst searchResultsToJSON = require('@warsawlo/lava/utils/searchResultsToJSON')\nconst { \n    WARSAW_AFTER_SECONDARY_SCHOOL_URL,\n    WARSAW_AFTER_PRIMARY_SCHOOL_URL\n    } = require('@warsawlo/lava/urls/2019')\n\nconst Lava = require('./src/Lava')({\n  baseURL: WARSAW_AFTER_SECONDARY_SCHOOL_URL\n});\n\n(async () =\u003e {\n  const Search = new Lava.Search()\n  const results = await Search.search(new SearchConfig({\n    query: 'batorego',\n    city: 'Warszawa'\n  }))\n  await Search.cleanUp()\n  results\n  .pipe(searchResultsToJSON)\n  .pipe(fs.createWriteStream('./schools.json'))\n\n\n  const school = new Lava.School({\n    id: 104\n  })\n  await school.load()\n\n  school.getDescription()\n  school.getClasses()\n  school.getAdditionalInfo()\n})()\n```\n\n## Docs\nTo view docs go to [our wiki](https://github.com/WarsawLO/lava/wiki)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpo8klasie%2Flava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpo8klasie%2Flava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpo8klasie%2Flava/lists"}