TanguyAndreani / neocities.h

neocities library (shipped with command line interfaces) written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neocities.h
===========

dependencies
------------

    * libcurl-dev
    * libjson-c-dev

build
-----

    cp apikey.h.example apikey.h
    make

use
---

    ./info [sitename]
    ./upload filename
    ./list [filetype]

        where [xxx] are optional parameters

special thanks
--------------

    Partha Susarla, author of `dtparser.*`
    ------ -------

    See copyright notice in those files.

About

neocities library (shipped with command line interfaces) written in C

License:MIT License


Languages

Language:C 98.8%Language:Makefile 1.2%