Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itzsaga/slack-list
An open source list of Slack networks.
https://github.com/itzsaga/slack-list
hacktoberfest slack slack-networks
Last synced: 22 days ago
JSON representation
An open source list of Slack networks.
- Host: GitHub
- URL: https://github.com/itzsaga/slack-list
- Owner: itzsaga
- License: mit
- Created: 2017-10-04T03:07:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T21:03:04.000Z (6 months ago)
- Last Synced: 2024-05-27T19:55:45.640Z (5 months ago)
- Topics: hacktoberfest, slack, slack-networks
- Language: JavaScript
- Homepage: https://slack.directory
- Size: 10.4 MB
- Stars: 3
- Watchers: 2
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Slack List
![Cypress Tests](https://github.com/itzsaga/slack-list/workflows/Cypress%20Tests/badge.svg) [![Known Vulnerabilities](https://snyk.io/test/github/itzsaga/slack-list/badge.svg)](https://snyk.io/test/github/itzsaga/slack-list) [![Better Uptime Badge](https://betteruptime.com/status-badges/v1/monitor/cfcz.svg)](https://setha.betteruptime.com/)
An open source site listing public Slack networks from around the world.
## Usage
Visit the site at [Slack List](https://slack.directory) and browse.
## Installation
To run locally you will need [NodeJS](https://nodejs.org/) and [Yarn](https://yarnpkg.com).
```text
git clone [email protected]:itzsaga/slack-list.git
cd slack-list
yarn
yarn develop
```This will run a local server and you can browse the site.
## Contributing
To add networks to the list add the needed information to `./src/data/list.js`. The list page builts from this JSON object. Also make sure you add an appropriate test to `./cypress/integration/idex_spec.js`.
Bug reports and pull requests are welcome on GitHub at [https://github.com/itzsaga/slack-list](https://github.com/itzsaga/slack-list). If you would like to help with this project see our [Contributing](CONTRIBUTING.md) doc for more info.
## License
The app is available as open source under the terms of the [MIT License](LICENSE).