Commit graph

14 commits

Author SHA1 Message Date
Hippo f31cc73cc8 Give .js files more descriptive names
This is in preparation for setting up the server! ;-)
2020-05-05 18:01:34 +05:30
Badri Sunderarajan 73212d9d20 Make Seance functions event-based
They now emit events when updates happen: the first step to making
the asychronous online server version!
2020-05-04 19:02:55 +05:30
Badri Sunderarajan 0d9ecfd8f5 Make Seance into separate Object
Now, the Seance object is what everyone operates with. That way,
we can do fancy stuff like emitting events, etc. if the need so
arises (as it will, very soon; trust me).
2020-05-04 18:01:05 +05:30
Hippo 51b7dcf49a Add setup command (to set all config variables) 2020-04-26 21:12:15 +05:30
Hippo a57add4809 Allow YAML config load, and escape route if it doesn't exist
The "escape route" is the setup command (yet to be implemented)
2020-04-26 18:38:53 +05:30
Hippo 53b0832a8c Use convict to load config settings 2020-04-24 22:20:18 +05:30
Hippo e41358118a Move config loading to a new file
This is so that we can extend it further (by loading from more
locations, etc.)
2020-04-24 21:28:39 +05:30
Hippo dd79830afd Replace scissors with section-break and don't upload the image
Some publications, including Snipette, use an image in place of
section breaks. These images should be filtered out for Ghost and
replaced with a linebreak ('---') because the image will be added
later via CSS or something. Also, this means we don't have to
unnecessarily re-upload the pics multiple times and for mulitple
posts
2020-01-01 21:33:31 +05:30
Hippo 772c9000f8 Convert test WebDAV function into an actual reusable one
Now, if we want to upload something, we know whom to call ;-)
2019-12-24 14:50:13 +05:30
Hippo 2e9db3245f Implement test WebDAV function 2019-12-19 17:50:24 +05:30
Hippo 770dbb0850 Implement "fetch-medium" function
No processing yet, but at least we get the post and metadata in
a standard format
2019-12-10 18:15:09 +05:30
Hippo ccce3dc172 Implement basic fetchFromMedium command 2019-10-11 16:25:52 +05:30
Hippo bafc64fb5b Implement basic "create-user" functions (outputs JSON) 2019-10-09 16:17:37 +05:30
Hippo 1a6d7a8df3 Initial commit with skeleton CLI tool 2019-10-06 19:27:08 +05:30