All Projects → joindin → Joindin Web2

joindin / Joindin Web2

Licence: bsd-3-clause
HTTP Frontend For the Joind.in API

Projects that are alternatives of or similar to Joindin Web2

Hashtagify
📸 Generates hashtags for Instagram posts. Upload your photo and it will suggest the relevant #hashtags for you. 🏷
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest
Github Dorks
Find leaked secrets via github search
Stars: ✭ 1,332 (+1302.11%)
Mutual labels:  hacktoberfest
Le Chat Php
A PHP Chat based on LE CHAT
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest
Phpunit Arraysubset Asserts
Provides assertArraySubset for use in PHPunit
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+1298.95%)
Mutual labels:  hacktoberfest
Cloudcmd
✨☁️📁✨ Cloud Commander file manager for the web with console and editor.
Stars: ✭ 1,332 (+1302.11%)
Mutual labels:  hacktoberfest
Quasar Apexcharts
📊 📈 📉 Project using Quasar framework and ApexCharts.
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Pypuppetdb
Python library for working with the PuppetDB API
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest
Feroxbuster
A fast, simple, recursive content discovery tool written in Rust.
Stars: ✭ 1,314 (+1283.16%)
Mutual labels:  hacktoberfest
Ember Math Helpers
Ember HTMLBars helpers for basic arithmetic
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest
Jupyterlab Spreadsheet
JupyterLab plugin for viewing spreadsheets, such as Excel .xls/.xlsx workbooks and OpenOffice .ods files
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest
Faros
Faros is a CRD based GitOps controller
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest
Awesome Emulators Simulators
A curated list of software emulators and simulators of PCs, home computers, mainframes, consoles, robots and much more...
Stars: ✭ 94 (-1.05%)
Mutual labels:  hacktoberfest
Dts2hx
Converts TypeScript definition files (d.ts) to haxe externs (.hx) via the TypeScript compiler API
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest
Chemfiles
Library for reading and writing chemistry files
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest
Ascii racer
A racing game that runs in the terminal
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest
Google2fa
A One Time Password Authentication package, compatible with Google Authenticator.
Stars: ✭ 1,330 (+1300%)
Mutual labels:  hacktoberfest
Puppet R10k
Setup and configure r10k for use with git based environments in puppet
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest
Silverstripe Elemental
Create pages in SilverStripe using content blocks
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest
Cookstyle
A linting tool that helps you to write better Chef Infra cookbooks by detecting and automatically correcting style, syntax, and logic mistakes in your code.
Stars: ✭ 95 (+0%)
Mutual labels:  hacktoberfest

Joind.in

This is the source code for the next generation of the Joind.in website - a resource set up to allow events to get real-time feedback from those attending. It also gives speakers a way to claim and track their presentations over time.

This version is the next generation version, providing a responsive cross-device site for screens of all devices

You can either install joind.in on an existing PHP platform, or use our vagrant setup.

Welcome

Joind.in welcomes all contributors regardless of your ability or experience. We especially welcome you if you are new to Open Source development and will provide a helping hand. To ensure that everyone understands what we expect from our community, our projects have a Contributor Code of Conduct and by participating in the development of joind.in you agree to abide by its terms.

Quick start with Vagrant

To get you going without much hassle we created a vagrant-setup. To use it fork the joindin-vm repository and follow the instructions in there.

This VM will load all three Joind.in projects (joind.in, joindin-vm and joindin-web2).

Other Resources

Global .gitignore

git has the capability to define a global gitignore file , which means you can set up rules on your machine to ignore everything you don't want to include in your commits. This works not only for this project, but for all your other projects too.

You can define the gitignore file with a command that looks like this, where the last argument is the file that holds the patterns to ignore:

git config --global core.excludesfile ~/.gitignore_global

Octocat gives a good starting point for what to include, but you can also ignore the files used by your editor:

# Eclipse
.classpath
.project
.settings/

# Intellij
.idea/
*.iml
*.iws
    
# Maven
log/
target/

# Netbeans
nbproject/private/

For more info on ignoring files, github has an excellent help page.

Using A Proxy

Since web2 then calls the API, it can be tricky to see what is going on. You can use a proxy tool such as Charles Proxy or mitmproxy to observe the requests that are being made by enabling the proxy setting in the config with a line that looks something like this:

'proxy' => 'tcp://10.0.2.2:8888',

If the proxy tool is running on your host machine, you'll need to understand what IP address the guest thinks your host has, the easiest way to do that is to vagrant ssh into the VM and then type last to see where it thinks you logged in from.

Alternatively, try Lorna's blog post about Wiresharking a VM.

CODE STYLE

Please do your best to ensure that any code you contributed adheres to the PSR2 coding style. You can run php codesniffer on an individual file like so:

vendor/bin/phpcs path/of/filename.php

This will run codesniffer on any file within the regular source for joindin-web2. Wildcards work as does specifying part of the path in case the filename alone results in sniffing more files than you wanted.

To see a summary of the codesniff errors and warnings across the entire project, run

composer sniff

This will show the files that still need some attention.

Testing Code

We use PHPUnit for running unit tests against the joindin-web2 codebase.

To run PHPUnit tests, you can go the classic route:

vendor/bin/phpunit -c . tests/

You can also use composer to run your tests:

composer test

Code Coverage

Code coverage requires that xdebug be running. If you are using the joindin-vm Vagrant box, you can run your tests from within vagrant:

vagrant ssh
xon # note: this turns on xdebug
cd ~/joindin-vm/joindin-web2
composer test

You can see your code coverage report by going to http://localhost:63342/joindin-web2/build/coverage/index.html

License

The joindin-API is developed under a BSD-3 License. You can find the exact wording in the LICENSE-file

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].