{"id":16618422,"url":"https://github.com/andreasonny83/online-board","last_synced_at":"2025-10-29T19:31:41.778Z","repository":{"id":20552264,"uuid":"90238662","full_name":"andreasonny83/online-board","owner":"andreasonny83","description":"Create and share interactive boards online","archived":false,"fork":false,"pushed_at":"2022-10-05T13:59:37.000Z","size":2734,"stargazers_count":4,"open_issues_count":17,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-14T23:57:52.735Z","etag":null,"topics":["angular","angularfire2","firebase","online-board"],"latest_commit_sha":null,"homepage":"https://online-board.firebaseapp.com","language":"TypeScript","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/andreasonny83.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":"2017-05-04T08:18:23.000Z","updated_at":"2021-09-28T09:56:23.000Z","dependencies_parsed_at":"2022-09-17T10:10:58.085Z","dependency_job_id":null,"html_url":"https://github.com/andreasonny83/online-board","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasonny83%2Fonline-board","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasonny83%2Fonline-board/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasonny83%2Fonline-board/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasonny83%2Fonline-board/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreasonny83","download_url":"https://codeload.github.com/andreasonny83/online-board/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238882399,"owners_count":19546505,"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":["angular","angularfire2","firebase","online-board"],"created_at":"2024-10-12T02:19:51.354Z","updated_at":"2025-10-29T19:31:36.353Z","avatar_url":"https://github.com/andreasonny83.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Online Board\n\n[![Build Status](https://travis-ci.org/andreasonny83/online-board.svg?branch=master)](https://travis-ci.org/andreasonny83/online-board)\n[![CircleCI](https://circleci.com/gh/andreasonny83/online-board/tree/master.svg?style=svg)](https://circleci.com/gh/andreasonny83/online-board/tree/master)\n[![Coverage Status](https://coveralls.io/repos/github/andreasonny83/online-board/badge.svg?branch=master)](https://coveralls.io/github/andreasonny83/online-board?branch=master)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\nThis project is running Live at [onlineboard.sonnywebdesign.com](https://onlineboard.sonnywebdesign.com)\n\n## Note\n\nIf you are updating from a version \u003c= 0.1.0, you must reinstall all the\nnpm dependencies with:\n\n```sh\n$ npm cache clean\n$ npm install\n\n# Or using Yarn\n\n$ yarn upgrade\n```\n\n\n## Prerequisites\n\nThe project has dependencies that require Node 6.9.0 or higher, together\nwith NPM 3 or higher.\n\n## Development server\n\nRun `npm start` for a dev server.\nNavigate to `http://localhost:4200/`.\nThe app will automatically reload if you change any of the source files.\n\n## Build\n\nRun `npm run build` to build the project.\nThe build artifacts will be stored in the `dist/` directory.\n\n## Running unit tests\n\nRun `npm test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `npm run e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\nBefore running the tests make sure you are serving the app via `npm start`.\n\n## Deploying to Firebase\n\n### Prerequisites\n\n1. Create a free Firebase account at https://firebase.google.com\n1. Create a project from your [Firebase account console](https://console.firebase.google.com)\n1. Configure the authentication providers for your Firebase project from your Firebase account console\n\n### Configure this app with your project-specific details\n\n```javascript\n// .firebaserc\n\n{\n  \"projects\": {\n    \"default\": \"your-project-id\"\n  }\n}\n```\n\n```javascript\n// src/firebase/index.ts\n\nconst firebaseConfig = {\n  apiKey: 'your api key',\n  authDomain: 'your-project-id.firebaseapp.com',\n  databaseURL: 'https://your-project-id.firebaseio.com',\n  storageBucket: 'your-project-id.appspot.com'\n};\n```\n\n### Install firebase-tools\n\n```sh\n$ npm install -g firebase-tools\n```\n\n### Build and deploy the app\n\n```sh\n$ npm run build\n$ firebase login\n$ firebase use default\n$ firebase deploy\n```\n\n## Contributing\n\nThis package is using the AngularJS commit messages as default way to contribute\nwith [Commitizen node package](https://github.com/commitizen/cz-cli/blob/master/README.md)\nintegrated in this repository.\n\n1.  Fork it!\n1.  Create your feature branch: `git checkout -b my-new-feature`\n1.  Add your changes: `git add .`\n1.  Commit your changes: `npm run commit`\n1.  Push to the branch: `git push origin my-new-feature`\n1.  Submit a pull request :sunglasses:\n\n## Changelog\n\nChangelog available [here](https://github.com/andreasonny83/online-board/releases)\n\n## License\n\n\n[MIT License](https://github.com/andreasonny83/online-board/blob/master/LICENSE) © Andrea SonnY\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasonny83%2Fonline-board","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreasonny83%2Fonline-board","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasonny83%2Fonline-board/lists"}