/tind3r-ext

Primary LanguageJavaScriptMIT LicenseMIT

#Tind3r.com Chrome Extension

This extension takes responsibility for communication with Tinder API. Needed for tind3r.com

##Developing extension

  1. Clone the repository.
  2. Install yarn: npm install -g yarn.
  3. Run yarn.
  4. Run npm run start
  5. Load your extension on Chrome following:
  6. Access chrome://extensions/
  7. Check Developer mode
  8. Click on Load unpacked extension
  9. Select the build folder.
  10. Play with with it!

##Structure All your extension's development code must be placed in src folder, including the extension manifest.

##Packing After the development of your extension run the command

$ NODE_ENV=production npm run build

Now, the content of build folder will be the extension ready to be submitted to the Chrome Web Store..


Rafał Leśniak