{"id":16824329,"url":"https://github.com/dlion/nopenload","last_synced_at":"2025-03-17T18:22:37.718Z","repository":{"id":143901501,"uuid":"51252584","full_name":"dlion/nopenload","owner":"dlion","description":"OpenLoad.co node wrapper","archived":false,"fork":false,"pushed_at":"2016-02-10T16:45:40.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T22:16:57.244Z","etag":null,"topics":["node-wrapper","nodejs","openload"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dlion.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}},"created_at":"2016-02-07T15:30:48.000Z","updated_at":"2023-03-25T23:09:08.000Z","dependencies_parsed_at":"2023-04-30T07:30:36.479Z","dependency_job_id":null,"html_url":"https://github.com/dlion/nopenload","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlion%2Fnopenload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlion%2Fnopenload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlion%2Fnopenload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlion%2Fnopenload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlion","download_url":"https://codeload.github.com/dlion/nopenload/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244085024,"owners_count":20395523,"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":["node-wrapper","nodejs","openload"],"created_at":"2024-10-13T11:10:45.357Z","updated_at":"2025-03-17T18:22:37.699Z","avatar_url":"https://github.com/dlion.png","language":"JavaScript","readme":"# nopenload\nOpenLoad.co node wrapper\n\n## Install\n```\nnpm install nopenload\n```\n\n## Usage\n```js\nvar nol = require('nopenload');\n\nvar api = new nol('fdef57504268c1b4','kdDQrTxA');\n\n//Account Info\n\napi.accountInfo(function(err, body) {\n  console.log(\"--- ACCOUNT INFO ---\");\n  if(err) {\n    console.log(\"ERROR N: \"+err+\" Msg: \"+body);\n  } else {\n    console.log(body);\n  }\n});\n\n//Upload a file\n\napi.getUploadUrl(function(err, body) {\n  if(err) {\n    console.log(\"ERROR N: \"+err+\" Msg: \"+body);\n  } else {\n    api.upload(body.result.url, \"FILEPATH\", function(err, body) {\n      if(err) {\n        console.log(\"ERROR N: \"+err+\" Msg: \"+body);\n      }\n      console.log(body);\n    });\n  }\n});\n```\n\n## TODO\n- [X] Upload\n- [X] Remote Upload\n- [X] Check Remote Upload Status\n- [ ] Tests\n\n## Author\nDomenico Luciani\n\n## License\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlion%2Fnopenload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlion%2Fnopenload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlion%2Fnopenload/lists"}