Since the term “open source” was coined in 1998 with the public release of the Netscape source code, open source software has been utilized by individuals and companies to improve security, product quality, transparency and productivity, and its influence can be seen across business segments and throughout our everyday lives.
Like most modern tech companies, JUICE Mobile recognizes the importance of contributing back to the community whose efforts have helped our industry thrive and grow. As a result, we have created a GitHub account where we will share software projects created by our development team that we use on our website and in our platforms. We hope you will find our open source projects useful and valuable, and we welcome contributions and suggestions from any developers who make use of our software.
Initially, we are sharing two repositories, with plans to add more in the future.
The first repository contains the code for the accordion slider component on the Advertisers page of our website. The code includes the core ES6 and CSS/Stylus for the component along with an integration demo. If you would like to use this component on your own website, consider transpiling to ES5 for better browser support using BabelJS. This component was created and is maintained by JUICE Mobile’s Creative Services development team.
Link: Javascript accordion slider component
The second repository contains the code for a Django single sign-on solution for Bitium using JWT. This repository was created and is maintained by JUICE Mobile’s Syseng team.
Link: Python Django Bitium integration component
Stay tuned for more open source goodies from JUICE Mobile!