{"id":20048149,"url":"https://github.com/brendanmurty/pinboard-react-client","last_synced_at":"2025-05-05T10:31:30.752Z","repository":{"id":87639063,"uuid":"170434685","full_name":"brendanmurty/pinboard-react-client","owner":"brendanmurty","description":"A basic example of some React and Express code which lists bookmarks from Pinboard.","archived":false,"fork":false,"pushed_at":"2024-09-10T00:09:49.000Z","size":1103,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-23T00:31:52.399Z","etag":null,"topics":["bookmarks","express","javascript","nodejs","pinboard","react","responsive"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brendanmurty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-02-13T03:37:43.000Z","updated_at":"2025-03-10T06:22:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"489dca24-a933-41b5-808c-8d5bc2eebe7b","html_url":"https://github.com/brendanmurty/pinboard-react-client","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/brendanmurty%2Fpinboard-react-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanmurty%2Fpinboard-react-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanmurty%2Fpinboard-react-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanmurty%2Fpinboard-react-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brendanmurty","download_url":"https://codeload.github.com/brendanmurty/pinboard-react-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252480487,"owners_count":21754781,"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":["bookmarks","express","javascript","nodejs","pinboard","react","responsive"],"created_at":"2024-11-13T11:40:53.743Z","updated_at":"2025-05-05T10:31:30.747Z","avatar_url":"https://github.com/brendanmurty.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pinboard React Client\n\nA basic example of some [React](https://reactjs.org/) and [Express](https://expressjs.com/) code which lists bookmarks from [Pinboard](https://pinboard.in/).\n\nI've also used an icon from the [Feather](https://feathericons.com/) open-source icon pack.\n\n![Screenshot of application](docs/screenshot.png)\n\n## Directory Structure\n\n- [assets](assets/) - Design-related source files\n- [docs](docs/) - Project documentation files\n- [docs/todo.md](docs/todo.md) - The project's task list\n- [public](public/) - Front-end image and HTML files that are also used in the build process\n- [server](server/) - Back-end API endpoint logic built using Express\n- [src/css](src/css/) - Styling files for the UI\n- [src/components](src/components/) - Front-end UI components built using React\n- [src/views](src/views/) - Front-end UI views built using React\n- [src/index.js](src/index.js) - Front-end entry point used to initialise the UI via React\n- [license.md](license.md) - The project's license file for details on the rights and limitations when using the code here in your own projects\n- [package.json](package.json) - Node package configuration file that also includes shortcut commands in the `scripts` section\n- [server.js](server.js) - Node web server that uses Express to configure routes for both the back-end and front-end\n\n## Configuration\n\n### Initial Setup\n\n```\nnpm install\ncp -n example.env .env\n```\n\nThen edit the `.env` file to use the appropriate configuration values for the application.\n\n### Update the Pinboard API Token\n\n1. Visit your [Pinboard password page](https://pinboard.in/settings/password)\n2. Save this in `.env` as the value of the `PINBOARD_API_TOKEN` variable\n3. Apply the changes to the application: `npm run serve`\n\n### Update the domain and port configuration\n\n1. Edit the `APP_DOMAIN` and `APP_PORT` values in `.env`\n2. Apply the changes to the application: `npm run serve`\n\n## Commands\n\n### Compile a production-ready asset bundle\n\n```\nnpm run build\n```\n\n### Start a local web server\n\n```\nnpm run serve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendanmurty%2Fpinboard-react-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrendanmurty%2Fpinboard-react-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendanmurty%2Fpinboard-react-client/lists"}