{"id":18282058,"url":"https://github.com/danimydev/wolfy","last_synced_at":"2025-07-06T15:05:18.923Z","repository":{"id":65851928,"uuid":"600228639","full_name":"danimydev/wolfy","owner":"danimydev","description":"Wolfram Alpha API fully covered wrapper built with TypeScript.","archived":false,"fork":false,"pushed_at":"2024-03-26T02:36:26.000Z","size":154,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-02T07:11:57.857Z","etag":null,"topics":["api-wrapper","wolfram-alpha"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danimydev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-10T21:55:06.000Z","updated_at":"2024-12-01T22:04:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"ce4326a1-b02d-47d2-a392-de73cc59ab54","html_url":"https://github.com/danimydev/wolfy","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":0.2222222222222222,"last_synced_commit":"01f699c5ee5c031303a80949c39e8dd048f9b1b8"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/danimydev/wolfy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danimydev%2Fwolfy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danimydev%2Fwolfy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danimydev%2Fwolfy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danimydev%2Fwolfy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danimydev","download_url":"https://codeload.github.com/danimydev/wolfy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danimydev%2Fwolfy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263922506,"owners_count":23530337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","wolfram-alpha"],"created_at":"2024-11-05T13:04:11.846Z","updated_at":"2025-07-06T15:05:18.877Z","avatar_url":"https://github.com/danimydev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wolfy\n\nWolfram Alpha API fully covered wrapper built with TypeScript.\n\n## Installation\n\nWolfy is published via [jsr](https://jsr.io/@danimydev/wolfy).\n\n### Deno\n\n```bash\ndeno add @danimydev/wolfy\n```\n\n### Others\n\n```bash\nnpx jsr add @danimydev/wolfy\nyarn dlx jsr add @danimydev/wolfy\npnpm dlx jsr add @danimydev/wolfy\nbunx jsr add @danimydev/wolfy\n```\n\n## Usage\n\nRequest your SECRET_APPID\n[here](https://developer.wolframalpha.com/portal/myapps) and store it securely.\n\nCreate your instance.\n\n```typescript\nimport { SimpleApi } from \"wolfy\";\nconst wolfy = new SimpleApi({\n  appId: \"\u003cSECRET_API_ID\u003e\",\n});\n```\n\n##### Simple API\n\n```typescript\nawait wolfy.query({\n  input: \"How much does the Earth weigh?\",\n});\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to\ndiscuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[Mozilla Public License Version 2.0](https://choosealicense.com/licenses/mpl-2.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanimydev%2Fwolfy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanimydev%2Fwolfy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanimydev%2Fwolfy/lists"}