GithubHelp home page GithubHelp logo

rvillamil / vws-js-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.99 MB

Electron version for VWS project. Another pet project more...

License: MIT License

CSS 21.88% JavaScript 58.46% HTML 19.66%
pet-project javascript beginner electron wvs-js-lib vws nodejs node-js

vws-js-app's Introduction

VWS: Video WebSite Scraper - JS Version

JavaScript version for VWS project. Another pet project more...

Mainly uses my module called wvs-js-lib for web-scraping purposes.

Packed for Desktop with Electron support

Using

You can download the latest release for your operating system or build it yourself (see below).

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Run local

You'll need Node.js installed on your computer in order to build this library.

$git clone https://github.com/rvillamil/vws-js-app

then ..

$npm install

and finally ..

$npm start

Development

Maybe you'll need install wvs-js-lib at same level folder. e.g.

vws-js
 + vws-js-lib
 + vws-js-app

..then Link npm module before 'start'

$npm install && npm link ../vws-js-lib && electron .

Development tools: http-server

For testing the UI, whithout Electron, you can use http server, like http-server and run on local

  • Install http-server
$npm install -g http-server
  • Run on directory /app
$http-server .

Release on Github

We will look at how to create MacOS, Windows and Linux executables with an app icon. Maybe you need read official documentation on packaging problems

First update text files:

  • Update CHANGELOG.md
  • Update package.json with the new version
  • Export Github Token
$export GH_TOKEN="{{Github Token}}"
  • Publish release
$npm run release

How-to create package on several platforms

Maybe need create a package for :

OSX

$npm run package-mac

Windows

$npm run package-win

Linux

$npm run package-linux

All platforms

$npm run package-all

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

vws-js-app's People

Contributors

dependabot[bot] avatar rvillamil avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.