{"id":14991054,"url":"https://github.com/contentful-labs/file-upload-example","last_synced_at":"2025-09-05T16:33:55.998Z","repository":{"id":66072603,"uuid":"83574373","full_name":"contentful-labs/file-upload-example","owner":"contentful-labs","description":"Example application to demonstrate the new direct file upload feature of Contentful.","archived":false,"fork":false,"pushed_at":"2019-05-23T10:43:42.000Z","size":843,"stargazers_count":21,"open_issues_count":3,"forks_count":4,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-08-03T15:38:40.416Z","etag":null,"topics":["contentful","example","file-upload","upload"],"latest_commit_sha":null,"homepage":"https://contentful-labs.github.io/file-upload-example","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/contentful-labs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-01T16:11:19.000Z","updated_at":"2023-07-26T00:32:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4bbe8ea-4a44-431d-90ec-55af3c008d15","html_url":"https://github.com/contentful-labs/file-upload-example","commit_stats":{"total_commits":51,"total_committers":6,"mean_commits":8.5,"dds":"0.23529411764705888","last_synced_commit":"e674b1745acf050fce6961df1113205b70c95fe7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/contentful-labs/file-upload-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful-labs%2Ffile-upload-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful-labs%2Ffile-upload-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful-labs%2Ffile-upload-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful-labs%2Ffile-upload-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/contentful-labs","download_url":"https://codeload.github.com/contentful-labs/file-upload-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentful-labs%2Ffile-upload-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273783814,"owners_count":25167460,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["contentful","example","file-upload","upload"],"created_at":"2024-09-24T14:21:23.292Z","updated_at":"2025-09-05T16:33:55.936Z","avatar_url":"https://github.com/contentful-labs.png","language":"JavaScript","readme":"# File Upload Example\n[![Build Status](https://travis-ci.org/contentful-labs/file-upload-example.svg?branch=master)](https://travis-ci.org/contentful-labs/file-upload-example)\n[![codecov](https://codecov.io/gh/contentful-labs/file-upload-example/branch/master/graph/badge.svg)](https://codecov.io/gh/contentful-labs/file-upload-example)\n[![dependencies Status](https://david-dm.org/contentful-labs/file-upload-example/status.svg)](https://david-dm.org/contentful-labs/file-upload-example)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n\nThis project is an example to demonstrate our new [direct file upload feature](https://www.contentful.com/blog/2017/03/02/uploading-files-directly-to-contentful/) for the Content-Management-SDK\nreleased at the beginning of March 2017.\n\n![](screenshot.png)\n\n## About\n\n[Contentful](https://www.contentful.com) provides a content infrastructure for digital teams to power content in websites, apps, and devices. Unlike a CMS, Contentful was built to integrate with the modern software stack. It offers a central hub for structured content, powerful management and delivery APIs, and a customizable web app that enable developers and content creators to ship digital products faster.\n\n## Technologies\n\n* [Contentful Management SDK](https://github.com/contentful/contentful-management.js)\n* [Preact](https://preactjs.com/)\n* [Redux](https://github.com/reactjs/redux) + [Redux Saga](https://github.com/redux-saga/redux-saga)\n* [Webpack 2](https://webpack.js.org/)\n* [CSS Modules](https://github.com/css-modules/css-modules) via [PostCSS](http://postcss.org/) \u0026 [cssnext](http://cssnext.io/)\n* [Drag and Drop API](https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API)\n* [History API](https://developer.mozilla.org/en/docs/Web/API/History)\n\n## Usage\n\nYou can find a ready to use version of this app here:\nhttps://contentful-labs.github.io/file-upload-example/\n\nAlternatively clone this repository, run `npm install` and start a dev server via `npm run dev`\n\n\n### Development\n\nThe minimum supported node version for development is v7.6 since [Koa v2](https://github.com/koajs/koa#installation) requires node v7.6 or above.\n\nVia `npm run dev` you can spawn a Webpack dev server with live reload for the app source files and auto restart for changed configuration files.\n\nTo test the app in a production environment, build it via `npm run build` and start a production alike server via `npm run prod`.\n\n### Deployment\n\nNew versions can simply deployed to GitHub pages via `npm run deploy`. It will run the build process\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontentful-labs%2Ffile-upload-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontentful-labs%2Ffile-upload-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontentful-labs%2Ffile-upload-example/lists"}