Posts

  • oauthd

    oauthd - The OAuth Daemon is the open source version of the OAuth.io core

    It is a solution based on node.js that enables you to set up and run your own stand-alone, completly free, web Background API Server.

    Tags: #javascript

  • dtsmake

    TypeScript ‘s type definition file (*.d.ts files) generator tool from JavaScript files.

    TypeScript’s type definition file (*.d.ts files) generator tool from JavaScript files. This tool is WIP (Work In Progress).

    A Japanese document: TypeScript型定義ファイルのコツと生成ツール dtsmake

    Tags: #typescript • ternjs • javascript

  • action-tmate

    Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.

    This GitHub Action offers you a direct way to interact with the host system on which the actual scripts (Actions) will run.

    Tags: #javascript • github-actions • github-action

  • marble

    Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS.

    Name Description
    @marblejs/core Framework core module
    @marblejs/websockets WebSockets module
    @marblejs/messaging Messaging module
    @marblejs/middleware-logger Logger middleware
    @marblejs/middleware-body Body parser middleware
    @marblejs/middleware-io I/O validation middleware
    @marblejs/middleware-jwt JWT authorization middleware
    @marblejs/middleware-joi JOI-based validation middleware
    @marblejs/middleware-cors CORS middleware
    @marblejs/middleware-multipart Multipart middleware

    Tags: #typescript • rxjs • nodejs

  • fx_cast

    Implementation of the Google Cast Chrome Sender SDK within Firefox

    Firefox extension that implements the Chrome sender API and exposes it to web apps to enable cast support. Communication with receiver devices is handled by a native application (bridge). Check the implementation notes for more info.

    Note: No full public release yet! Pre-release beta version is incomplete and likely buggy.

    Tags: #typescript • firefox • webextension

  • wponion

    ~ Lightweight, Flexible & Rapid WP Development Framework ~

    WPOnion is a simple yet powerful framework that helps developers build custom meta boxes and custom fields in WordPress fast and easily.

    The framework lets you define custom meta boxes and custom fields via arrays and handles everything behind the scene automatically. It has a wide range of field types, field settings and supports not only post meta but also term meta, user meta, comment meta, settings pages and custom tables.

    Tags: #php • wordpress • wordpress-theme

  • xeroizer

    Xero accounting system API library.

    All methods of authentication require your OAuth consumer key and secret. This can be found for your application in the API management console at http://api.xero.com.

    Tags: #ruby

  • easyappointments

    :date: Easy!Appointments - Open Source Appointment Scheduler

    Easy!Appointments is a highly customizable web application that allows your customers to book appointments with you via the web. Moreover, it provides the ability to sync your data with Google Calendar so you can use them with other services. It is an open source project and you can download and install it even for commercial use. Easy!Appointments will run smoothly with your existing website, because it can be installed in a single folder of the server and of course, both sites can share the same database.

    Tags: #php • appointments • scheduler

  • airplayer

    :movie_camera: Command-line AirPlay video client for Apple TV

    nss-mdns package is required.

    $ sudo pacman -S nss-mdns
    

    or

    $ yaourt -S nss-mdns
    

    Tags: #ruby • airplay

  • sync

    syncs your local folder with remote folder using scp

    • Username: your username that you use to connect to remote machine
    • Auth method:
      • Password in config: This the least secure version of auth. It will keep your password in the config file as plain text do not use this please
      • Ask during connect: This option will ask your password again every time you start syncjs your password will not be stored anywhere.
      • Private Key: Most secure option, just provide the path for your key file and syncjs will do the rest
    • Hostname or IP of the server: Tell syncjs where to connect
    • Port to connect: defaults to 22 this usually is what you want
    • Local path: syncjs will automatically detect this as the root of your project, but if you only want to sync one specific folder, provide it here as full path
    • Remote path: This is where copy of your local folder lives in the remote server. Make sure you type full path here as well.

    License

    MIT

    Tags: #typescript • sftp • nodejs

subscribe via RSS