{"id":15313896,"url":"https://github.com/itsdouges/armory-app","last_synced_at":"2025-10-08T23:32:00.315Z","repository":{"id":71499322,"uuid":"64588179","full_name":"itsdouges/armory-app","owner":"itsdouges","description":"🛡 Guild Wars 2 Armory | gw2armory.com","archived":true,"fork":false,"pushed_at":"2018-10-28T21:03:50.000Z","size":23495,"stargazers_count":72,"open_issues_count":55,"forks_count":22,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-23T14:38:35.669Z","etag":null,"topics":["armory","embeddables","embeds","es2015","es6","flow","guild","guildwars2","gw2","gw2aembed","javascript","progressive-web-app","react","reactjs","redux"],"latest_commit_sha":null,"homepage":"https://gw2armory.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause-clear","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsdouges.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2016-07-31T10:10:57.000Z","updated_at":"2023-04-10T06:02:36.000Z","dependencies_parsed_at":"2023-11-10T12:09:06.238Z","dependency_job_id":null,"html_url":"https://github.com/itsdouges/armory-app","commit_stats":null,"previous_names":["madou/armory-app"],"tags_count":114,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdouges%2Farmory-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdouges%2Farmory-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdouges%2Farmory-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdouges%2Farmory-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsdouges","download_url":"https://codeload.github.com/itsdouges/armory-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235775513,"owners_count":19043180,"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":["armory","embeddables","embeds","es2015","es6","flow","guild","guildwars2","gw2","gw2aembed","javascript","progressive-web-app","react","reactjs","redux"],"created_at":"2024-10-01T08:43:34.746Z","updated_at":"2025-10-08T23:31:54.159Z","avatar_url":"https://github.com/itsdouges.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guild Wars 2 Armory\n\n[![Build Status](https://travis-ci.org/madou/armory-app.svg?branch=master)](https://travis-ci.org/madou/armory-app)\n[![Dependencies](https://david-dm.org/madou/armory-app.svg)](https://david-dm.org/madou/armory-app)\n[![Dev Dependencies](https://david-dm.org/madou/armory-app/dev-status.svg)](https://david-dm.org/madou/armory-app?type=dev)\n[![codecov](https://codecov.io/gh/madou/armory-react/branch/master/graph/badge.svg)](https://codecov.io/gh/madou/armory-app)\n[![Discord](https://img.shields.io/badge/discord-GW2Armory-blue.svg)](https://discord.gg/3BRbV7b)\n\n\u003e Guild Wars 2 Armory is an easy way to find, view, and share users, characters, and guilds with your friends on your mobile and PC! Join today and start sharing!\n\n## Quick Start\n\n```bash\ngit clone https://github.com/madou/armory-app.git\ncd armory-app\nyarn install # See https://yarnpkg.com/lang/en/docs/install/\ncp src/config/local.sample.js src/config/local.js # local.js isn't checked in so you'll have to make one yourself.\n```\n\n### Testing\n\nRun `tdd` for unit tests.\n\n```bash\nnpm run tdd\n```\n\nRun `dev` for development and `start` for production.\n\n### Website\n\n```bash\nnpm run dev\nnpm start\n```\n\n### Embeds\n\nRun `dev:embeds` for development and `start:embeds` for production.\n\n```bash\nnpm run dev:embeds\nnpm run start:embeds\n```\n\n## Notes for Local Development\n\n- When locally make sure you add a `local.js` to the `src/env/` folder. Look at `local.sample.js` for help. This isn't checked in deliberately so we can play with local settings without affecting git history.\n- If needed you can get the api over at [armory-back](https://github.com/madou/armory-back). You will have to update your `config/local.js` to point to `localhost` if running the api locally.\n- We use `pre-commit` to run commands before checking in. This will run `npm test` which covers linting, flow errors, and tests.\n\n## Deployments\n\n### To gw2armory.com\n\nWhen a tagged commit is found a release to production is triggered in Travis.\n\nTo get a tagged commit run the following command in `master`:\n\n```bash\nnpm version major|minor|patch\n```\n\nThis will increment the version, update CHANGELOG.md (anything under Unreleased will be moved to a version), and push commits/tags to git.\n\n### To preview.gw2armory.com\n\nStandard npm version is used for deployments.\n\n### Redux Dev Tools\n\nEnabled in dev mode only, [go install the extension](http://extension.remotedev.io/) and then open it while running the armory locally.\n\n## Pull Requests\n\nFeel like contributing? Look at the [issues](https://github.com/madou/armory-app/issues) tab (or below in quick issues), or contact me on [twitter](https://twitter.com/itsmadou) for help to find something you'd like to work on. Make a pull request against `master` when you're ready to share your code!\n\n### Quick Issues\n\n- [Good first contribution](https://github.com/madou/armory-app/labels/good%20first%20contribution)\n- [New features](https://github.com/madou/armory-app/issues?q=is%3Aopen+is%3Aissue+label%3Afeature)\n- [Feature enhancements](https://github.com/madou/armory-app/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement)\n- [Bugs](https://github.com/madou/armory-app/issues?q=is%3Aopen+is%3Aissue+label%3Abug)\n\n© 2015-present gw2armory.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdouges%2Farmory-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsdouges%2Farmory-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdouges%2Farmory-app/lists"}