Git Product home page Git Product logo

directoryobserver's Introduction

Directory Observer

Description

Ever wanted your application to respond to file system changes? Directory Observer makes it really to do just that, simply give it a path url to the directory that you want notification from.

The public API couldn't be simpler, just initialize and provide a closure that will be invoked when there is a change in the filesystem for the target path.

Usage

let directoryObserver = DirectoryObserver(URL: url) {
  /// Respond to filesystem change.
}

Example usecases

  • Manipulating locally recorded JSON payloads and have your application pick up the change without having to restart the application
  • Reloading file-based configurations such as .env files
  • Creating trigger features in your application that is based on processing files inside a directory or notifying users about a change

These are just some examples but it is really the imagination that is stopping the usefulness of this tiny framework.

Author

Christoffer Winterkvist, [email protected]

License

DirectoryObserver is available under the MIT license. See the LICENSE file for more info.

directoryobserver's People

Contributors

zenangst avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  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.