New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/tlatin/simpletimeline

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/tlatin/simpletimeline

  • v0.0.0-20150902063733-a51d59c22586
  • Source
  • Go
  • Socket score

Version published
Created
Source

A simple timeline service. Publish an event to the service with an author and content. Use search to return a sorted list of events from multiple authors.

To develop locally: Update the SDK from here: https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go // From project directory % goapp serve app

On check-in: // Make sure GOPATH is set. // From project directory % goapp test ./... run gofmt -d [filename] // to see the diff run gofmt -w [filename] // to update the file git rebase -i // to squash the gofmt changes

To deploy: ./deploy.sh

TODO: Add testing for controllers Migrate Search logic to timeline file. Add CORS headers to search interface Add bootstrap & AJAX to appengine site

FAQs

Package last updated on 02 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc