Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gtcarriere/swiftsnapper

 
 

Repository files navigation

SwiftSnapper Build status Preview builds Donate Join the chat at https://gitter.im/filfat/swiftsnapper

SwiftSnapper is a community driven Snapchat client for Windows 10 licensed under the MIT license. It's currently in early development with no set release date.

A subreddit exists for general discussion or questions about the application which can be found here.



Table Of Contents

  1. Development
  2. Translation
  3. Testing

Development

1.1 Requirements

  • Node.js 6.1.0 or above
  • Windows 10, MacOS or Linux (Windows 10 is required to build the app for Windows 10)

1.2 Building

  1. npm install -g cordova
  2. npm install -g gulp
  3. npm install
  4. cordova platform add Windows
  5. cordova platform build Windows

1.3 Running

  • On native hardware: cordova run Windows --device
  • In an emulator: cordova emulate Windows

1.4 How to Contribute

An Contribution guide is currently being written, for now; just be cool, okay?

Translation

2.1 Translate SwiftSnapper

You can find the language defitions here. The structure should match the en-US.json file.

2.2 Example

{
    "doNotTranslateTheLeftSide": "Do not translate the left side!",
    "word": "Word",
    "etc": "etc"
}

Testing

3.1 How to report an issue

TODO

About

Open source Snapchat client for Windows 10

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.1%
  • TypeScript 14.4%
  • HTML 3.3%
  • CSS 3.2%